(gtk) #898: crash on startup by passing uninitialized memory to g_free()

This commit is contained in:
Charles Kerr
2008-04-25 19:04:56 +00:00
parent 0545e70f5b
commit 3af15497c7

View File

@@ -285,7 +285,7 @@ main( int argc, char ** argv )
{
gboolean do_inhibit;
guint inhibit_cookie;
char * err;
char * err = NULL;
struct cbdata * cbdata;
GSList * argfiles;
GError * gerr;