diff options
| author | MikalaiR <nikolay.romanovich@narod.ru> | 2015-04-14 17:21:31 +0000 |
|---|---|---|
| committer | MikalaiR <nikolay.romanovich@narod.ru> | 2015-04-14 17:21:31 +0000 |
| commit | 5116d00341d784f690650bc4da8a5daed493fd59 (patch) | |
| tree | 15b3af321689f2d306a52dec97746f7a974fb1b0 /protocols/SkypeWeb/src/skype_polling.cpp | |
| parent | 1681b4828192e02e34c74a65387562a8b2215faa (diff) | |
SkypeWeb: Login/logout refactoring part 1.
git-svn-id: http://svn.miranda-ng.org/main/trunk@12822 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 be69a83bdd..921b2178e2 100644 --- a/protocols/SkypeWeb/src/skype_polling.cpp +++ b/protocols/SkypeWeb/src/skype_polling.cpp @@ -74,6 +74,7 @@ void CSkypeProto::PollingThread(void*) if (response == NULL)
{
errors++;
+ delete request;
continue;
}
|
