diff -r 2c802bb77720 -r 8ca83abbc248 pidgin/gtkstatusbox.c --- a/pidgin/gtkstatusbox.c Tue Feb 11 17:34:20 2014 +0100 +++ b/pidgin/gtkstatusbox.c Tue Feb 11 20:08:33 2014 +0100 @@ -455,8 +455,14 @@ return; gtk_widget_destroy(statusbox->icon_box); + +#if GTK_CHECK_VERSION(3,0,0) g_object_unref(statusbox->hand_cursor); g_object_unref(statusbox->arrow_cursor); +#else + gdk_cursor_unref(statusbox->hand_cursor); + gdk_cursor_unref(statusbox->arrow_cursor); +#endif purple_imgstore_unref(statusbox->buddy_icon_img);