Update of /cvsroot/gaim/gaim/src/protocols/oscar
In directory usw-pr-cvs1:/tmp/cvs-serv15710
Modified Files:
icq.c
Log Message:
fine
Index: icq.c
===================================================================
RCS file: /cvsroot/gaim/gaim/src/protocols/oscar/icq.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- icq.c 2001/11/17 02:50:06 1.3
+++ icq.c 2001/11/17 02:53:55 1.4
@@ -122,7 +122,7 @@
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;
}
@@ -165,7 +165,7 @@
ret = userfunc(sess, rx);
}
- aim_freetlvchain(tl);
+ aim_freetlvchain(&tl);
return ret;
}
|