diff options
author | MikalaiR <nikolay.romanovich@narod.ru> | 2015-06-08 12:03:44 +0000 |
---|---|---|
committer | MikalaiR <nikolay.romanovich@narod.ru> | 2015-06-08 12:03:44 +0000 |
commit | 9c4ba307862a3408c67a55bd0c003b6f0f2bdc7d (patch) | |
tree | 3bb2fa32d6c6529b6b5f597d80a1e03a46ff3a8d /protocols/SkypeWeb/src/stdafx.h | |
parent | 57c27326f7ba7b6ae6a29665dcc6554a98971f3d (diff) |
SkypeWeb: Memleaks fix (detected by coverity).
git-svn-id: http://svn.miranda-ng.org/main/trunk@14066 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/SkypeWeb/src/stdafx.h')
-rw-r--r-- | protocols/SkypeWeb/src/stdafx.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/protocols/SkypeWeb/src/stdafx.h b/protocols/SkypeWeb/src/stdafx.h index 44f9f00b39..a4250c6e65 100644 --- a/protocols/SkypeWeb/src/stdafx.h +++ b/protocols/SkypeWeb/src/stdafx.h @@ -97,7 +97,8 @@ extern LIST<CSkypeProto> Accounts; enum SKYPE_LOGIN_ERROR
{
- LOGIN_ERROR_UNKNOWN = 1001
+ LOGIN_ERROR_UNKNOWN = 1001,
+ LOGIN_ERROR_TOOMANY_REQUESTS
};
enum SKYPE_DB_EVENT_TYPE
|