diff options
author | George Hazan <george.hazan@gmail.com> | 2013-06-12 19:05:01 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-06-12 19:05:01 +0000 |
commit | fe2c3dda8f60afa17a18f3f687b9d5eb04ed5d07 (patch) | |
tree | a01d9f2e147a713e8994c1cfcb4d3dccc7b3337c /protocols/Skype/src/skype_proto.h | |
parent | 9c63954b6766e378a841e7f32190a3278dc43e60 (diff) |
Skype memory leaks fixed
git-svn-id: http://svn.miranda-ng.org/main/trunk@4926 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Skype/src/skype_proto.h')
-rw-r--r-- | protocols/Skype/src/skype_proto.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/Skype/src/skype_proto.h b/protocols/Skype/src/skype_proto.h index 38f68e9557..c87cb73307 100644 --- a/protocols/Skype/src/skype_proto.h +++ b/protocols/Skype/src/skype_proto.h @@ -146,6 +146,7 @@ public: static int UninitSkypeProto(CSkypeProto* ppro);
static CSkypeProto* GetInstanceByHContact(HANDLE hContact);
+ static void UninitInstances();
// icons
static void InitIcons();
|