From: <sa...@us...> - 2006-07-20 17:54:21
|
Revision: 16530 Author: sadrul Date: 2006-07-20 10:54:08 -0700 (Thu, 20 Jul 2006) ViewCVS: http://svn.sourceforge.net/gaim/?rev=16530&view=rev Log Message: ----------- Memleak. Modified Paths: -------------- trunk/src/gtkconv.c Modified: trunk/src/gtkconv.c =================================================================== --- trunk/src/gtkconv.c 2006-07-20 17:38:09 UTC (rev 16529) +++ trunk/src/gtkconv.c 2006-07-20 17:54:08 UTC (rev 16530) @@ -417,6 +417,7 @@ g_string_append_printf(s, "%s, ", (char *)l->data); else g_string_append_printf(s, "%s.", (char *)l->data); + g_list_free(text); } gaim_conversation_write(conv, NULL, s->str, GAIM_MESSAGE_NO_LOG, time(NULL)); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |