diff options
author | George Hazan <ghazan@miranda.im> | 2020-01-03 20:09:05 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2020-01-03 20:09:05 +0300 |
commit | 7937e21de4d288fc45d3b1a4b30ccb801df70b3d (patch) | |
tree | ec4fae290c3fb3367255d9e669a0a42145f56a24 /protocols/ICQ-WIM/src/proto.cpp | |
parent | 412da1b25c0db3dadc5442901e1d037acb4d4d52 (diff) |
OnLoggedOut to be called in the ServerThread, as the only safe place to do that
Diffstat (limited to 'protocols/ICQ-WIM/src/proto.cpp')
-rw-r--r-- | protocols/ICQ-WIM/src/proto.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/protocols/ICQ-WIM/src/proto.cpp b/protocols/ICQ-WIM/src/proto.cpp index cfc28506f9..e50442fd8b 100644 --- a/protocols/ICQ-WIM/src/proto.cpp +++ b/protocols/ICQ-WIM/src/proto.cpp @@ -130,8 +130,6 @@ void CIcqProto::OnModulesLoaded() void CIcqProto::OnShutdown() { - UI_SAFE_CLOSE(m_pdlgEditIgnore); - m_bTerminated = true; } |