From: <sa...@us...> - 2006-07-17 21:33:55
|
Revision: 16511 Author: sadrul Date: 2006-07-17 14:33:50 -0700 (Mon, 17 Jul 2006) ViewCVS: http://svn.sourceforge.net/gaim/?rev=16511&view=rev Log Message: ----------- Fix a leak from last commit. Modified Paths: -------------- trunk/console/gntblist.c Modified: trunk/console/gntblist.c =================================================================== --- trunk/console/gntblist.c 2006-07-17 21:23:38 UTC (rev 16510) +++ trunk/console/gntblist.c 2006-07-17 21:33:50 UTC (rev 16511) @@ -479,6 +479,7 @@ gnt_widget_set_position(window, x, y); gnt_widget_draw(window); + g_free(title); } static void This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |