summaryrefslogtreecommitdiff
path: root/protocols/Skype/src
diff options
context:
space:
mode:
authorKirill Volinsky <mataes2007@gmail.com>2012-10-23 10:31:07 +0000
committerKirill Volinsky <mataes2007@gmail.com>2012-10-23 10:31:07 +0000
commite2bbd04dc810a27ee78a64b7c41f5fa2fea10988 (patch)
tree1f1afe206d9bc1afee7b1cf62973299bebe25962 /protocols/Skype/src
parent69138332e3c696e058c78180408b3e18ab7f69eb (diff)
key not needed after init
git-svn-id: http://svn.miranda-ng.org/main/trunk@2061 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Skype/src')
-rw-r--r--protocols/Skype/src/skype.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/Skype/src/skype.cpp b/protocols/Skype/src/skype.cpp
index 2450b4e289..cc93390ec5 100644
--- a/protocols/Skype/src/skype.cpp
+++ b/protocols/Skype/src/skype.cpp
@@ -242,6 +242,7 @@ extern "C" int __declspec(dllexport) Load(void)
g_skype = new CSkype();
g_skype->init(keyBuf, "127.0.0.1", port);
+ delete[] keyBuf;
g_skype->start();
PROTOCOLDESCRIPTOR pd = { sizeof(pd) };