im.pidgin.pidgin: aad13ddf4e6bd6767d822095f3fdcd5d6903f634

khc at pidgin.im khc at pidgin.im
Tue Nov 20 14:00:49 EST 2007


-----------------------------------------------------------------
Revision: aad13ddf4e6bd6767d822095f3fdcd5d6903f634
Ancestor: 388a71b8878e12a908f2c6997d9514030f1e190e
Author: khc at pidgin.im
Date: 2007-11-20T18:54:55
Branch: im.pidgin.pidgin

Modified files:
        libpurple/protocols/irc/msgs.c

ChangeLog: 

another patch from my coworker Andrew Gaul that plugged a leak, I fixed it
to use g_strfreev instead of just free.

He told me he's now running pidgin full time under valgrind


-------------- next part --------------
============================================================
--- libpurple/protocols/irc/msgs.c	671597db8cd7146f8acd1d0f002a1a01b1e1e7e9
+++ libpurple/protocols/irc/msgs.c	64329da89fff1ffa6fa21a88acea88d319beb88f
@@ -138,6 +138,8 @@ void irc_msg_features(struct irc_conn *i
 				irc->mode_chars = g_strdup(val + 1);
 		}
 	}
+
+	g_strfreev(features);
 }
 
 void irc_msg_luser(struct irc_conn *irc, const char *name, const char *from, char **args)


More information about the Commits mailing list