diff -r f752bc4c3e21 -r b317bb7479e5 pidgin/pidginstylecontext.c --- a/pidgin/pidginstylecontext.c Fri Jan 22 19:29:23 2021 -0600 +++ b/pidgin/pidginstylecontext.c Sat Jan 23 20:26:48 2021 -0600 @@ -52,7 +52,7 @@ gtk_style_context_get(context, GTK_STATE_FLAG_NORMAL, GTK_STYLE_PROPERTY_BACKGROUND_COLOR, &bg, NULL); - g_object_unref(G_OBJECT(window)); + gtk_widget_destroy(window); g_once_init_leave(&background, bg); }