From: <nos...@us...> - 2006-10-25 12:53:50
|
Revision: 17582 http://svn.sourceforge.net/gaim/?rev=17582&view=rev Author: nosnilmot Date: 2006-10-25 05:53:41 -0700 (Wed, 25 Oct 2006) Log Message: ----------- Unleak Modified Paths: -------------- trunk/gtk/gtkconv.c Modified: trunk/gtk/gtkconv.c =================================================================== --- trunk/gtk/gtkconv.c 2006-10-25 12:51:22 UTC (rev 17581) +++ trunk/gtk/gtkconv.c 2006-10-25 12:53:41 UTC (rev 17582) @@ -4643,6 +4643,8 @@ G_CALLBACK(buddytag_event), conv); } + g_free(str); + return buddytag; } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |