comparison src/server.c @ 6350:34c07f5f34a0

[gaim-migrate @ 6849] -Compile warning fixes from The Man (Paco-Paco) -2 memleak fixes from me. One of them leaked the size of a chat message when either sending or receiving, I forgot which (my bad!) -Hopefully make AIM correctly refetch your buddy list when AOL doesn't send it to you the first time -Maybe something else -Chocolate -Vanilla -Strawberry -Napoleon committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Thu, 31 Jul 2003 23:21:36 +0000
parents a21cf07cd8e1
children e9974608b319
comparison
equal deleted inserted replaced
6349:dc89c06af77e 6350:34c07f5f34a0
1406 else 1406 else
1407 w = 0; 1407 w = 0;
1408 1408
1409 gaim_chat_write(chat, who, buf, w, mtime); 1409 gaim_chat_write(chat, who, buf, w, mtime);
1410 1410
1411 g_free(angel);
1411 g_free(buf); 1412 g_free(buf);
1412 g_free(buffy); 1413 g_free(buffy);
1413 } 1414 }
1414 1415
1415 static void des_popup(GtkWidget *w, GtkWidget *window) 1416 static void des_popup(GtkWidget *w, GtkWidget *window)