Freeing arguments to putenv afterwards is naughty. Fixed. Plug-ins

work now.
--sg
This commit is contained in:
scott 1997-12-18 16:08:33 +00:00
parent 81eb53df7b
commit 12e7bc16c1
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,8 @@
Thu Dec 18 11:15:17 1997 Scott Goehring <scott@poverty.bloomington.in.us>
* app/main.c (main): Freeing arguments to putenv afterwards is
naughty. Fixed. Plug-ins work now.
Wed Dec 17 23:51:30 CST 1997 Shawn T. Amundson <amundson@gimp.org>
* All these changes are from Owen Taylor to make GIMP work

View File

@ -92,7 +92,6 @@ main (int argc, char **argv)
strcat (display_env, "DISPLAY=");
strcat (display_env, display_name);
putenv (display_env);
g_free (display_env);
no_interface = FALSE;
no_data = FALSE;