changeset 3834:c66ed5df69ef

[gaim-migrate @ 3984] Bugfix. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Wed, 30 Oct 2002 21:25:28 +0000
parents 5ae43f0eeba3
children b359aab1c576
files plugins/chatlist.c
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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();
 }