From: <ro...@us...> - 2006-07-04 22:32:13
|
Revision: 16424 Author: roast Date: 2006-07-04 15:32:05 -0700 (Tue, 04 Jul 2006) ViewCVS: http://svn.sourceforge.net/gaim/?rev=16424&view=rev Log Message: ----------- free the GString too Modified Paths: -------------- branches/soc-2006-file-loggers/src/log.c Modified: branches/soc-2006-file-loggers/src/log.c =================================================================== --- branches/soc-2006-file-loggers/src/log.c 2006-07-04 22:22:45 UTC (rev 16423) +++ branches/soc-2006-file-loggers/src/log.c 2006-07-04 22:32:05 UTC (rev 16424) @@ -1148,6 +1148,7 @@ gerror = NULL; } + g_string_free(writebuf, TRUE); return written; } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |