From: <sea...@us...> - 2006-12-08 02:57:50
|
Revision: 17922 http://svn.sourceforge.net/gaim/?rev=17922&view=rev Author: seanegan Date: 2006-12-07 18:57:50 -0800 (Thu, 07 Dec 2006) Log Message: ----------- small leak Modified Paths: -------------- trunk/libgaim/protocols/jabber/jabber.c Modified: trunk/libgaim/protocols/jabber/jabber.c =================================================================== --- trunk/libgaim/protocols/jabber/jabber.c 2006-12-08 02:51:47 UTC (rev 17921) +++ trunk/libgaim/protocols/jabber/jabber.c 2006-12-08 02:57:50 UTC (rev 17922) @@ -997,6 +997,7 @@ if(js->sasl_cb) g_free(js->sasl_cb); #endif + g_free(js->server_name); g_free(js); gc->proto_data = NULL; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |