2007-11-07 Matthias Clasen <mclasen@redhat.com>
* glib/gmain.c (g_main_context_unref): Don't leak the
condvar. (#479724, Areg Beketovski)
svn path=/trunk/; revision=5818
+2007-11-07 Matthias Clasen <mclasen@redhat.com>
+
+ * glib/gmain.c (g_main_context_unref): Don't leak the
+ condvar. (#479724, Areg Beketovski)
+
2007-11-07 Matthias Clasen <mclasen@redhat.com>
* glib/glib.symbols:
else
main_contexts_without_pipe = g_slist_remove (main_contexts_without_pipe,
context);
+
+ if (context->cond != NULL)
+ g_cond_free (context->cond);
#endif
g_free (context);