* 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:
Rob Browning 2001-11-18 02:52:34 +00:00
parent cd56972b18
commit 68cbea110c

View File

@ -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);
}