Freeing arguments to putenv afterwards is naughty. Fixed. Plug-ins
work now. --sg
This commit is contained in:
parent
81eb53df7b
commit
12e7bc16c1
@ -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
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user