summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/socket.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/socket.cpp b/src/socket.cpp
index 7be8c353a..72318aa42 100644
--- a/src/socket.cpp
+++ b/src/socket.cpp
@@ -403,6 +403,6 @@ void InspSocket::OnClose() { return; }
InspSocket::~InspSocket()
{
- outbuffer.clear();
- this->Close();
+ //outbuffer.clear();
+ //this->Close();
}