diff options
author | Alexander Lantsev <aunsane@gmail.com> | 2013-05-16 20:19:23 +0000 |
---|---|---|
committer | Alexander Lantsev <aunsane@gmail.com> | 2013-05-16 20:19:23 +0000 |
commit | 555571882cbeaca6051387f03454121898f318c4 (patch) | |
tree | 9c7f391ee4edaadf938e740671332077227c6bfa /protocols/Skype/src/skype_proto.cpp | |
parent | a7a30ecec3c72acadecbbd2a2e820f685ebd6240 (diff) |
- fix for skypekit closing
git-svn-id: http://svn.miranda-ng.org/main/trunk@4688 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Skype/src/skype_proto.cpp')
-rw-r--r-- | protocols/Skype/src/skype_proto.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/protocols/Skype/src/skype_proto.cpp b/protocols/Skype/src/skype_proto.cpp index a9ce9c5e84..587eb65735 100644 --- a/protocols/Skype/src/skype_proto.cpp +++ b/protocols/Skype/src/skype_proto.cpp @@ -42,8 +42,6 @@ CSkypeProto::~CSkypeProto() this->password = NULL;
}
- this->stop();
-
::ProtoDestructor(this);
}
|