From 4d52061bac77ed58941fc614736719bbb18620ba Mon Sep 17 00:00:00 2001 From: George Hazan Date: Tue, 6 Aug 2013 20:06:49 +0000 Subject: more cleaning git-svn-id: http://svn.miranda-ng.org/main/trunk@5606 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/WhatsApp/src/WASocketConnection.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'protocols/WhatsApp/src') diff --git a/protocols/WhatsApp/src/WASocketConnection.cpp b/protocols/WhatsApp/src/WASocketConnection.cpp index 15397f9932..477f463291 100644 --- a/protocols/WhatsApp/src/WASocketConnection.cpp +++ b/protocols/WhatsApp/src/WASocketConnection.cpp @@ -135,5 +135,5 @@ void WASocketConnection::forceShutdown() { WASocketConnection::~WASocketConnection() { this->forceShutdown(); - //SDLNet_TCP_Close(this->socket); -} \ No newline at end of file + Netlib_CloseHandle(this->hConn); +} -- cgit v1.2.3