| 534 if (statusbox->active_row) |
534 if (statusbox->active_row) |
| 535 gtk_tree_row_reference_free(statusbox->active_row); |
535 gtk_tree_row_reference_free(statusbox->active_row); |
| 536 |
536 |
| 537 for (i = 0; i < G_N_ELEMENTS(statusbox->connecting_pixbufs); i++) { |
537 for (i = 0; i < G_N_ELEMENTS(statusbox->connecting_pixbufs); i++) { |
| 538 if (statusbox->connecting_pixbufs[i] != NULL) |
538 if (statusbox->connecting_pixbufs[i] != NULL) |
| 539 gdk_pixbuf_unref(statusbox->connecting_pixbufs[i]); |
539 g_object_unref(G_OBJECT(statusbox->connecting_pixbufs[i])); |
| 540 } |
540 } |
| 541 |
541 |
| 542 for (i = 0; i < G_N_ELEMENTS(statusbox->typing_pixbufs); i++) { |
542 for (i = 0; i < G_N_ELEMENTS(statusbox->typing_pixbufs); i++) { |
| 543 if (statusbox->typing_pixbufs[i] != NULL) |
543 if (statusbox->typing_pixbufs[i] != NULL) |
| 544 gdk_pixbuf_unref(statusbox->typing_pixbufs[i]); |
544 g_object_unref(G_OBJECT(statusbox->typing_pixbufs[i])); |
| 545 } |
545 } |
| 546 |
546 |
| 547 g_object_unref(G_OBJECT(statusbox->store)); |
547 g_object_unref(G_OBJECT(statusbox->store)); |
| 548 g_object_unref(G_OBJECT(statusbox->dropdown_store)); |
548 g_object_unref(G_OBJECT(statusbox->dropdown_store)); |
| 549 G_OBJECT_CLASS(parent_class)->finalize(obj); |
549 G_OBJECT_CLASS(parent_class)->finalize(obj); |