diff pidgin/gtkstatusbox.c @ 22087:d943df776c09

It turns out the tree-models need to be unref'ed.
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Sat, 12 Jan 2008 14:44:12 +0000
parents c38d72677c8a
children 51d6ae399919
line wrap: on
line diff
--- a/pidgin/gtkstatusbox.c	Sat Jan 12 07:48:38 2008 +0000
+++ b/pidgin/gtkstatusbox.c	Sat Jan 12 14:44:12 2008 +0000
@@ -513,6 +513,8 @@
 	purple_imgstore_unref(statusbox->buddy_icon_img);
 	g_object_unref(G_OBJECT(statusbox->buddy_icon));
 	g_object_unref(G_OBJECT(statusbox->buddy_icon_hover));
+	g_object_unref(G_OBJECT(statusbox->store));
+	g_object_unref(G_OBJECT(statusbox->dropdown_store));
 
 	if (statusbox->buddy_icon_sel)
 		gtk_widget_destroy(statusbox->buddy_icon_sel);