--- a/pidgin/plugins/spellchk.c Tue Oct 30 03:24:07 2007 +0000 +++ b/pidgin/plugins/spellchk.c Tue Oct 30 04:28:31 2007 +0000 @@ -2341,6 +2341,8 @@ #endif gtk_widget_show_all(ret); + g_object_unref(sg); + g_object_unref(sg2); return ret; }