changeset 13975:8b7d6fce88d5

[gaim-migrate @ 16533] More memleak. committer: Tailor Script <tailor@pidgin.im>
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Thu, 20 Jul 2006 19:51:34 +0000
parents e757e5d04846
children 6a5aaf46bd52
files src/gtknotify.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/gtknotify.c	Thu Jul 20 18:54:26 2006 +0000
+++ b/src/gtknotify.c	Thu Jul 20 19:51:34 2006 +0000
@@ -191,6 +191,8 @@
 
 	button = bd->button;
 	button->callback(gaim_account_get_connection(data->account), row, data->user_data);
+	g_list_foreach(row, (GFunc)g_free, NULL);
+	g_list_free(row);
 }
 
 static void *