comparison src/gtkconv.c @ 4892:dc6de8ad81ae

[gaim-migrate @ 5222] memleak fixes in all kinds of places. mainly in smiley themes. committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Tue, 25 Mar 2003 06:37:45 +0000
parents a9a831508b43
children 9e50494f63a1
comparison
equal deleted inserted replaced
4891:cfa045006bec 4892:dc6de8ad81ae
3774 3774
3775 if (gtkconv->dialogs.log != NULL) 3775 if (gtkconv->dialogs.log != NULL)
3776 gtk_widget_destroy(gtkconv->dialogs.log); 3776 gtk_widget_destroy(gtkconv->dialogs.log);
3777 3777
3778 gtk_widget_destroy(gtkconv->tab_cont); 3778 gtk_widget_destroy(gtkconv->tab_cont);
3779 g_object_unref(gtkconv->tab_cont);
3779 3780
3780 if (gaim_conversation_get_type(conv) == GAIM_CONV_IM) { 3781 if (gaim_conversation_get_type(conv) == GAIM_CONV_IM) {
3781 if (gtkconv->u.im->icon_timer != 0) 3782 if (gtkconv->u.im->icon_timer != 0)
3782 g_source_remove(gtkconv->u.im->icon_timer); 3783 g_source_remove(gtkconv->u.im->icon_timer);
3783 3784