summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--protocols/SkypeWeb/src/skype_proto.cpp14
1 files changed, 0 insertions, 14 deletions
diff --git a/protocols/SkypeWeb/src/skype_proto.cpp b/protocols/SkypeWeb/src/skype_proto.cpp
index a75ef8751f..1b4bc415c5 100644
--- a/protocols/SkypeWeb/src/skype_proto.cpp
+++ b/protocols/SkypeWeb/src/skype_proto.cpp
@@ -66,21 +66,7 @@ CSkypeProto::CSkypeProto(const char* protoName, const wchar_t* userName) :
CSkypeProto::~CSkypeProto()
{
- if (m_hRequestQueueThread) {
- m_hRequestQueueEvent.Set();
-
- WaitForSingleObject(m_hRequestQueueThread, INFINITE);
- m_hRequestQueueThread = nullptr;
- }
-
UninitPopups();
-
- if (m_hPollingThread) {
- m_hPollingEvent.Set();
-
- WaitForSingleObject(m_hPollingThread, INFINITE);
- m_hPollingThread = nullptr;
- }
}
void CSkypeProto::OnModulesLoaded()