changeset 2692:c74482cb3a8b

[gaim-migrate @ 2705] there are some plugins that i wish didn't exist. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Wed, 07 Nov 2001 22:25:38 +0000
parents b5698b2cad87
children 2c746e70f2b3
files plugins/chatlist.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/plugins/chatlist.c	Wed Nov 07 21:17:32 2001 +0000
+++ b/plugins/chatlist.c	Wed Nov 07 22:25:38 2001 +0000
@@ -104,6 +104,7 @@
 		crs = crs->next;
 		fprintf(f, "%s\n%d\n", cr->name, cr->exchange);
 	}
+	g_free(x);
 	fclose(f);
 }
 
@@ -130,6 +131,7 @@
 		cr->exchange = atoi(buf);
 		chat_rooms = g_list_append(chat_rooms, cr);
 	}
+	g_free(x);
 	fclose(f);
 	setup_buddy_chats();
 }