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/Twitter | |
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/Twitter')
-rw-r--r-- | protocols/Twitter/src/proto.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/protocols/Twitter/src/proto.cpp b/protocols/Twitter/src/proto.cpp index 46655d8ba8..5a54c199e3 100644 --- a/protocols/Twitter/src/proto.cpp +++ b/protocols/Twitter/src/proto.cpp @@ -89,8 +89,6 @@ TwitterProto::~TwitterProto() CloseHandle(twitter_lock_);
CloseHandle(avatar_lock_);
CloseHandle(signon_lock_);
-
- ProtoDestructor(this);
}
// *************************
|