src/protocols/oscar/email.c

changeset 4875
3aefead7212b
parent 4871
962860053dcd
child 7011
00f405d9922b
--- a/src/protocols/oscar/email.c	Sun Mar 23 18:47:33 2003 +0000
+++ b/src/protocols/oscar/email.c	Sun Mar 23 19:43:58 2003 +0000
@@ -128,6 +128,8 @@
 	if ((userfunc = aim_callhandler(sess, rx->conn, snac->family, snac->subtype)))
 		ret = userfunc(sess, rx, new, havenewmail);
 
+	aim_freetlvchain(&tlvlist);
+
 	return ret;
 }
 

mercurial