summaryrefslogtreecommitdiff
path: root/protocols/WhatsApp
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2013-08-06 20:06:49 +0000
committerGeorge Hazan <george.hazan@gmail.com>2013-08-06 20:06:49 +0000
commit4d52061bac77ed58941fc614736719bbb18620ba (patch)
treeda0c91e7cf7498dd3f45d9894c9a8bc88ac264f7 /protocols/WhatsApp
parent65a53b8ae95bf7adb160b4e7cb10efc342fa75d0 (diff)
more cleaning
git-svn-id: http://svn.miranda-ng.org/main/trunk@5606 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/WhatsApp')
-rw-r--r--protocols/WhatsApp/src/WASocketConnection.cpp4
1 files changed, 2 insertions, 2 deletions
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);
+}