| 453 { |
453 { |
| 454 if (statusbox->icon_box == NULL) |
454 if (statusbox->icon_box == NULL) |
| 455 return; |
455 return; |
| 456 |
456 |
| 457 gtk_widget_destroy(statusbox->icon_box); |
457 gtk_widget_destroy(statusbox->icon_box); |
| 458 gdk_cursor_unref(statusbox->hand_cursor); |
458 g_object_unref(statusbox->hand_cursor); |
| 459 gdk_cursor_unref(statusbox->arrow_cursor); |
459 g_object_unref(statusbox->arrow_cursor); |
| 460 |
460 |
| 461 purple_imgstore_unref(statusbox->buddy_icon_img); |
461 purple_imgstore_unref(statusbox->buddy_icon_img); |
| 462 |
462 |
| 463 g_object_unref(G_OBJECT(statusbox->buddy_icon)); |
463 g_object_unref(G_OBJECT(statusbox->buddy_icon)); |
| 464 g_object_unref(G_OBJECT(statusbox->buddy_icon_hover)); |
464 g_object_unref(G_OBJECT(statusbox->buddy_icon_hover)); |