# HG changeset patch # User Sadrul Habib Chowdhury # Date 1153425094 0 # Node ID 8b7d6fce88d535a212418aa0797da549c8373073 # Parent e757e5d0484658e887cd12b8c0fc11b887b1e3bc [gaim-migrate @ 16533] More memleak. committer: Tailor Script diff -r e757e5d04846 -r 8b7d6fce88d5 src/gtknotify.c --- 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 *