[gaim-migrate @ 3984]

Wed, 30 Oct 2002 21:25:28 +0000

author
Sean Egan <seanegan@pidgin.im>
date
Wed, 30 Oct 2002 21:25:28 +0000
changeset 3834
126ac8efdc55
parent 3833
7b4d195182ad
child 3835
cbdef5e86ff3

[gaim-migrate @ 3984]
Bugfix.

plugins/chatlist.c file | annotate | diff | comparison | revisions
--- a/plugins/chatlist.c	Wed Oct 30 16:56:25 2002 +0000
+++ b/plugins/chatlist.c	Wed Oct 30 21:25:28 2002 +0000
@@ -136,7 +136,6 @@
 		cr->exchange = atoi(buf);
 		chat_rooms = g_list_append(chat_rooms, cr);
 	}
-	g_free(x);
 	fclose(f);
 	setup_buddy_chats();
 }

mercurial