summaryrefslogtreecommitdiff
path: root/protocols/IcqOscarJ/icq_proto.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/IcqOscarJ/icq_proto.cpp')
-rw-r--r--protocols/IcqOscarJ/icq_proto.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/protocols/IcqOscarJ/icq_proto.cpp b/protocols/IcqOscarJ/icq_proto.cpp
index 8e5d11100c..69b8ed8e61 100644
--- a/protocols/IcqOscarJ/icq_proto.cpp
+++ b/protocols/IcqOscarJ/icq_proto.cpp
@@ -359,6 +359,9 @@ int CIcqProto::OnModulesLoaded( WPARAM wParam, LPARAM lParam )
int CIcqProto::OnPreShutdown(WPARAM wParam,LPARAM lParam)
{
+ // signal info update thread to stop
+ icq_InfoUpdateCleanup();
+
// Make sure all connections are closed
CloseContactDirectConns(NULL);
return 0;