From: Eric W. <war...@us...> - 2001-11-17 03:18:43
|
Update of /cvsroot/gaim/gaim/src/protocols/oscar In directory usw-pr-cvs1:/tmp/cvs-serv21515/protocols/oscar Modified Files: icq.c Log Message: hi Index: icq.c =================================================================== RCS file: /cvsroot/gaim/gaim/src/protocols/oscar/icq.c,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- icq.c 2001/11/17 02:53:55 1.4 +++ icq.c 2001/11/17 03:18:40 1.5 @@ -121,8 +121,7 @@ fu16_t cmdlen, cmd, reqid; if (!(tl = aim_readtlvchain(bs)) || !(datatlv = aim_gettlv(tl, 0x0001, 1))) { - if (tl) - aim_freetlvchain(&tl); + aim_freetlvchain(&tl); faimdprintf(sess, 0, "corrupt ICQ response\n"); return 0; } |