From: Eric W. <war...@us...> - 2001-11-07 22:25:41
|
Update of /cvsroot/gaim/gaim/plugins In directory usw-pr-cvs1:/tmp/cvs-serv29490 Modified Files: chatlist.c Log Message: there are some plugins that i wish didn't exist. Index: chatlist.c =================================================================== RCS file: /cvsroot/gaim/gaim/plugins/chatlist.c,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- chatlist.c 2001/11/02 10:30:39 1.6 +++ chatlist.c 2001/11/07 22:25:38 1.7 @@ -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(); } |