diff options
author | George Hazan <george.hazan@gmail.com> | 2013-07-08 22:12:38 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-07-08 22:12:38 +0000 |
commit | f6706133c71985dda92c6b6e538f445c3a089aee (patch) | |
tree | a1806a927639d26f976b13a34dd040b32dac0089 /protocols/Skype | |
parent | bb952e431866d131bae95c08e579ec8a00f00343 (diff) |
also all destructors shall die too
git-svn-id: http://svn.miranda-ng.org/main/trunk@5287 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Skype')
-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 746e72a473..545770fad0 100644 --- a/protocols/Skype/src/skype_proto.cpp +++ b/protocols/Skype/src/skype_proto.cpp @@ -42,8 +42,6 @@ CSkypeProto::~CSkypeProto() ::mir_free(this->password);
this->password = NULL;
}
-
- ::ProtoDestructor(this);
}
HANDLE __cdecl CSkypeProto::AddToList(int flags, PROTOSEARCHRESULT* psr)
|