Mercurial > pidgin
diff 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 |
line wrap: on
line diff
--- a/src/gtkconv.c Tue Mar 25 06:35:45 2003 +0000 +++ b/src/gtkconv.c Tue Mar 25 06:37:45 2003 +0000 @@ -3776,6 +3776,7 @@ gtk_widget_destroy(gtkconv->dialogs.log); gtk_widget_destroy(gtkconv->tab_cont); + g_object_unref(gtkconv->tab_cont); if (gaim_conversation_get_type(conv) == GAIM_CONV_IM) { if (gtkconv->u.im->icon_timer != 0)
