diff -r 821c77a9ba20 -r 1a8bbe7c3c97 pidgin/gtkblist.c --- a/pidgin/gtkblist.c Mon Apr 20 06:34:00 2009 +0000 +++ b/pidgin/gtkblist.c Thu Apr 23 00:34:18 2009 +0000 @@ -6629,7 +6629,7 @@ purple_signals_disconnect_by_handle(gtkblist); if (gtkblist->headline_close) - gdk_pixbuf_unref(gtkblist->headline_close); + g_object_unref(G_OBJECT(gtkblist->headline_close)); gtk_widget_destroy(gtkblist->window);