mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
* src/gnc-module/gnc-module.c
(gnc_module_system_setup_load_path): don't free the argument to putenv. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5912 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
cd56972b18
commit
68cbea110c
@ -133,7 +133,6 @@ gnc_module_system_setup_load_path(void)
|
||||
{
|
||||
g_warning ("gnc-module failed to set LD_LIBRARY_PATH");
|
||||
}
|
||||
g_free (put_str);
|
||||
g_free(envt);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user