comparison src/protocols/oscar/email.c @ 4875:26837f462a66

[gaim-migrate @ 5205] faceprint inspired me to fix two memleaks in oscar. One leaks the size of every message sent over a direct connection, the other leaks 10-20 bytes every 3 or 4 minutes. Meow. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sun, 23 Mar 2003 19:43:58 +0000
parents 0b64f386a7b8
children 4375bf2d9020
comparison
equal deleted inserted replaced
4874:f98467b35b95 4875:26837f462a66
126 new->flag = aim_gettlv16(tlvlist, 0x0084, 1); 126 new->flag = aim_gettlv16(tlvlist, 0x0084, 1);
127 127
128 if ((userfunc = aim_callhandler(sess, rx->conn, snac->family, snac->subtype))) 128 if ((userfunc = aim_callhandler(sess, rx->conn, snac->family, snac->subtype)))
129 ret = userfunc(sess, rx, new, havenewmail); 129 ret = userfunc(sess, rx, new, havenewmail);
130 130
131 aim_freetlvchain(&tlvlist);
132
131 return ret; 133 return ret;
132 } 134 }
133 135
134 /** 136 /**
135 * Subtype 0x0016 - Send something or other 137 * Subtype 0x0016 - Send something or other