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/Omegle/src/proto.cpp | |
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/Omegle/src/proto.cpp')
-rw-r--r-- | protocols/Omegle/src/proto.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/protocols/Omegle/src/proto.cpp b/protocols/Omegle/src/proto.cpp index e3c1fd6d1b..839b0d549d 100644 --- a/protocols/Omegle/src/proto.cpp +++ b/protocols/Omegle/src/proto.cpp @@ -78,8 +78,6 @@ OmegleProto::~OmegleProto( ) CloseHandle( this->facy.connection_lock_ );
mir_free( this->facy.nick_ );
-
- ProtoDestructor(this);
}
//////////////////////////////////////////////////////////////////////////////
|