summaryrefslogtreecommitdiff
path: root/protocols/SkypeWeb/src/skype_polling.cpp
diff options
context:
space:
mode:
authorMikalaiR <nikolay.romanovich@narod.ru>2016-02-11 11:14:54 +0000
committerMikalaiR <nikolay.romanovich@narod.ru>2016-02-11 11:14:54 +0000
commit33060f2573e523ed0895c17eb649acb9ee0f9f2f (patch)
tree44753cab6510839e8aac4e3dfef0d3f2df123829 /protocols/SkypeWeb/src/skype_polling.cpp
parentb405b56b87f629919050936dbcd50edf1d0f26e2 (diff)
SkypeWeb: attempt to fix random crash
git-svn-id: http://svn.miranda-ng.org/main/trunk@16271 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/SkypeWeb/src/skype_polling.cpp')
-rw-r--r--protocols/SkypeWeb/src/skype_polling.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/SkypeWeb/src/skype_polling.cpp b/protocols/SkypeWeb/src/skype_polling.cpp
index 196d7ad731..6fe8f198b3 100644
--- a/protocols/SkypeWeb/src/skype_polling.cpp
+++ b/protocols/SkypeWeb/src/skype_polling.cpp
@@ -37,6 +37,7 @@ void CSkypeProto::PollingThread(void*)
if (response == NULL)
{
nErrors++;
+ m_pollingConnection = nullptr;
continue;
}