From: <sa...@us...> - 2006-07-20 19:51:39
|
Revision: 16533 Author: sadrul Date: 2006-07-20 12:51:34 -0700 (Thu, 20 Jul 2006) ViewCVS: http://svn.sourceforge.net/gaim/?rev=16533&view=rev Log Message: ----------- More memleak. Modified Paths: -------------- trunk/src/gtknotify.c Modified: trunk/src/gtknotify.c =================================================================== --- trunk/src/gtknotify.c 2006-07-20 18:54:26 UTC (rev 16532) +++ trunk/src/gtknotify.c 2006-07-20 19:51:34 UTC (rev 16533) @@ -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 * This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |