diff -r a90edce62548 -r c6347aed1fb0 pidgin/plugins/pidginrc.c --- a/pidgin/plugins/pidginrc.c Tue Oct 30 03:24:07 2007 +0000 +++ b/pidgin/plugins/pidginrc.c Tue Oct 30 04:28:31 2007 +0000 @@ -509,6 +509,11 @@ G_CALLBACK(purplerc_reread), NULL); gtk_widget_show_all(ret); + + g_object_unref(labelsg); + g_object_unref(widgetsg); + g_object_unref(buttonsg); + return ret; }