diff src/protocols/yahoo/yahoochat.c @ 11593:4b7fb30b8926

[gaim-migrate @ 13863] Some valgrinding fixes from Levi Bard. committer: Tailor Script <tailor@pidgin.im>
author Daniel Atallah <daniel.atallah@gmail.com>
date Sun, 02 Oct 2005 23:40:59 +0000
parents b1f8151e6ae5
children f4e58e94ced3
line wrap: on
line diff
--- a/src/protocols/yahoo/yahoochat.c	Sun Oct 02 21:16:05 2005 +0000
+++ b/src/protocols/yahoo/yahoochat.c	Sun Oct 02 23:40:59 2005 +0000
@@ -553,6 +553,7 @@
 
 	serv_got_chat_in(gc, YAHOO_CHAT_ID, who, 0, msg, time(NULL));
 	g_free(msg);
+	g_free(room);
 }
 
 void yahoo_process_chat_addinvite(GaimConnection *gc, struct yahoo_packet *pkt)