Mercurial > pidgin
diff src/gtknotify.c @ 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 | d12bbe6da705 |
| children | 6a5aaf46bd52 |
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 *
