diff src/protocols/oscar/icon.c @ 4870:773135edda4a

[gaim-migrate @ 5200] Added 3-stage typing notification for oscar direct connect (incoming and outgoing). Previously Gaim only had "typing" and "no text entered." I added support for "text typed." Made Gaim correctly recognize and send the auto-response flag for direct connections. So messages will probably show up as "AUTO-REPLY" for you and your amigo. Have gaim save your blist after recieving someone's icon, which is a bugfix from my code from last night, I think. Fixed a memleak in icon.c thanks to Nathan Walp. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sun, 23 Mar 2003 07:38:55 +0000
parents fbfdacf7c611
children e6dbac19a8d5
line wrap: on
line diff
--- a/src/protocols/oscar/icon.c	Sat Mar 22 23:28:49 2003 +0000
+++ b/src/protocols/oscar/icon.c	Sun Mar 23 07:38:55 2003 +0000
@@ -73,6 +73,7 @@
 	if ((userfunc = aim_callhandler(sess, rx->conn, snac->family, snac->subtype)))
 		return userfunc(sess, rx, sn, iconcsum, iconcsumlen, icon, iconlen);
 
+	free(sn);
 	free(iconcsum);
 	free(icon);