diff options
author | MikalaiR <nikolay.romanovich@narod.ru> | 2016-02-11 11:14:54 +0000 |
---|---|---|
committer | MikalaiR <nikolay.romanovich@narod.ru> | 2016-02-11 11:14:54 +0000 |
commit | 33060f2573e523ed0895c17eb649acb9ee0f9f2f (patch) | |
tree | 44753cab6510839e8aac4e3dfef0d3f2df123829 /protocols/SkypeWeb/src/skype_polling.cpp | |
parent | b405b56b87f629919050936dbcd50edf1d0f26e2 (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.cpp | 1 |
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;
}
|