diff pidgin/plugins/gevolution/new_person_dialog.c @ 21056:9e45c28b4b2b

Fix some leaking GtkSizeGroups.
author Daniel Atallah <daniel.atallah@gmail.com>
date Tue, 30 Oct 2007 04:28:31 +0000
parents a2b4eac83902
children 713310b97512
line wrap: on
line diff
--- a/pidgin/plugins/gevolution/new_person_dialog.c	Tue Oct 30 03:24:07 2007 +0000
+++ b/pidgin/plugins/gevolution/new_person_dialog.c	Tue Oct 30 04:28:31 2007 +0000
@@ -416,4 +416,6 @@
 
 	/* Show it. */
 	gtk_widget_show(dialog->win);
+	g_object_unref(sg);
+	g_object_unref(sg2);
 }