diff pidgin/plugins/contact_priority.c @ 21056:9e45c28b4b2b

Fix some leaking GtkSizeGroups.
author Daniel Atallah <daniel.atallah@gmail.com>
date Tue, 30 Oct 2007 04:28:31 +0000
parents 3cc856ca2338
children 397afd0ce007
line wrap: on
line diff
--- a/pidgin/plugins/contact_priority.c	Tue Oct 30 03:24:07 2007 +0000
+++ b/pidgin/plugins/contact_priority.c	Tue Oct 30 04:28:31 2007 +0000
@@ -157,6 +157,7 @@
 	gtk_box_pack_start(GTK_BOX(hbox), spin, FALSE, FALSE, 0);
 
 	gtk_widget_show_all(ret);
+	g_object_unref(sg);
 
 	return ret;
 }