# HG changeset patch # User Eric Warmenhoven # Date 1005171938 0 # Node ID c74482cb3a8b5fbd03ab697b310aa7571646da1f # Parent b5698b2cad87e0d9f8dca154c50384c9443a17cc [gaim-migrate @ 2705] there are some plugins that i wish didn't exist. committer: Tailor Script diff -r b5698b2cad87 -r c74482cb3a8b plugins/chatlist.c --- 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(); }