Mercurial > pidgin.yaz
changeset 21052:e3192d703585
Fix a leak of a GtkSizeGroup.
author | Daniel Atallah <daniel.atallah@gmail.com> |
---|---|
date | Tue, 30 Oct 2007 02:44:36 +0000 |
parents | 951194d31105 |
children | c103b0ea456f |
files | pidgin/gtkaccount.c |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/pidgin/gtkaccount.c Tue Oct 30 02:33:18 2007 +0000 +++ b/pidgin/gtkaccount.c Tue Oct 30 02:44:36 2007 +0000 @@ -1129,6 +1129,7 @@ g_list_free(dialog->user_split_entries); g_list_free(dialog->protocol_opt_entries); g_free(dialog->protocol_id); + g_object_unref(dialog->sg); purple_imgstore_unref(dialog->icon_img);