diff -r 03bb64bf8a72 -r 2c802bb77720 pidgin/gtkstatusbox.c --- a/pidgin/gtkstatusbox.c Tue Feb 11 12:53:32 2014 +0100 +++ b/pidgin/gtkstatusbox.c Tue Feb 11 17:34:20 2014 +0100 @@ -455,8 +455,8 @@ return; gtk_widget_destroy(statusbox->icon_box); - gdk_cursor_unref(statusbox->hand_cursor); - gdk_cursor_unref(statusbox->arrow_cursor); + g_object_unref(statusbox->hand_cursor); + g_object_unref(statusbox->arrow_cursor); purple_imgstore_unref(statusbox->buddy_icon_img);