mirror of
https://github.com/Gnucash/gnucash.git
synced 2026-09-03 20:53:02 -05: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:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user