summaryrefslogtreecommitdiff
path: root/protocols/IcqOscarJ/src/icq_proto.h
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2016-05-13 20:27:01 +0000
committerGeorge Hazan <george.hazan@gmail.com>2016-05-13 20:27:01 +0000
commit690f3c5828685ffc3c2a11d8d68e4c0b1cf5f0ba (patch)
tree6fe6df105c8ffcefb5e3c0bfe59b14bfa2d1acbe /protocols/IcqOscarJ/src/icq_proto.h
parent37c98eaad76b7f1bf86c75fe2c32cf6aa11f7c6f (diff)
major memory leak in ICQ cookie module
git-svn-id: http://svn.miranda-ng.org/main/trunk@16829 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/IcqOscarJ/src/icq_proto.h')
-rw-r--r--protocols/IcqOscarJ/src/icq_proto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/IcqOscarJ/src/icq_proto.h b/protocols/IcqOscarJ/src/icq_proto.h
index d1d8d677c8..97ca496006 100644
--- a/protocols/IcqOscarJ/src/icq_proto.h
+++ b/protocols/IcqOscarJ/src/icq_proto.h
@@ -221,7 +221,7 @@ struct CIcqProto : public PROTO<CIcqProto>
//----| cookies.cpp |-----------------------------------------------------------------
mir_cs cookieMutex; // we want this in avatar thread, used as queue lock
- LIST<icq_cookie_info> cookies;
+ OBJLIST<icq_cookie_info> cookies;
WORD wCookieSeq;
DWORD AllocateCookie(BYTE bType, WORD wIdent, MCONTACT hContact, void *pvExtra);