From: <dat...@us...> - 2006-09-08 02:19:31
|
Revision: 17188 http://svn.sourceforge.net/gaim/?rev=17188&view=rev Author: datallah Date: 2006-09-07 19:19:23 -0700 (Thu, 07 Sep 2006) Log Message: ----------- leak plug Modified Paths: -------------- trunk/libgaim/protocols/irc/irc.c Modified: trunk/libgaim/protocols/irc/irc.c =================================================================== --- trunk/libgaim/protocols/irc/irc.c 2006-09-08 01:34:46 UTC (rev 17187) +++ trunk/libgaim/protocols/irc/irc.c 2006-09-08 02:19:23 UTC (rev 17188) @@ -81,6 +81,7 @@ } title = g_strdup_printf(_("MOTD for %s"), irc->server); gaim_notify_formatted(gc, title, title, NULL, irc->motd->str, NULL, NULL); + g_free(title); } static int do_send(struct irc_conn *irc, const char *buf, gsize len) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |