summaryrefslogtreecommitdiff
path: root/protocols/IcqOscarJ/icq_proto.cpp
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2012-07-14 08:56:46 +0000
committerGeorge Hazan <george.hazan@gmail.com>2012-07-14 08:56:46 +0000
commit7a917d3884e32266bd8645287c558fe095e986a3 (patch)
tree2838aa7030a2dee67dd19da05aa62c86bd99aba4 /protocols/IcqOscarJ/icq_proto.cpp
parentc597d66aa12a6cc27c6b0ffb87d8e63a63a86846 (diff)
fix for killing ICQ threads on exit
git-svn-id: http://svn.miranda-ng.org/main/trunk@962 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/IcqOscarJ/icq_proto.cpp')
-rw-r--r--protocols/IcqOscarJ/icq_proto.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/protocols/IcqOscarJ/icq_proto.cpp b/protocols/IcqOscarJ/icq_proto.cpp
index 495c29bd98..8e5d11100c 100644
--- a/protocols/IcqOscarJ/icq_proto.cpp
+++ b/protocols/IcqOscarJ/icq_proto.cpp
@@ -359,9 +359,6 @@ int CIcqProto::OnModulesLoaded( WPARAM wParam, LPARAM lParam )
int CIcqProto::OnPreShutdown(WPARAM wParam,LPARAM lParam)
{
- // all threads should be terminated here
- icq_InfoUpdateCleanup();
-
// Make sure all connections are closed
CloseContactDirectConns(NULL);
return 0;