diff 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
line wrap: on
line diff
--- a/src/server.c	Thu Jul 31 23:08:54 2003 +0000
+++ b/src/server.c	Thu Jul 31 23:21:36 2003 +0000
@@ -1408,6 +1408,7 @@
 
 	gaim_chat_write(chat, who, buf, w, mtime);
 
+	g_free(angel);
 	g_free(buf);
 	g_free(buffy);
 }