GNOME Bugzilla – Bug 340668
[PATCH] GDM crashes parsing greeter configuration
Last modified: 2006-05-04 19:57:23 UTC
Steps to reproduce: 1. Launch GDM with a graphical greeter. 2. 3. Stack trace:
+ Trace 68025
Thread 1 (LWP 100094)
Other information: The problem is that a variable was not properly initialized to NULL before calling g_free() on it. The attached patch corrects that.
Created attachment 64821 [details] [review] Fix crash due to free'ing of bogus pointer
Thanks, fixed in CVS head.