diff options
Diffstat (limited to 'node/TcpSocket.cpp')
-rw-r--r-- | node/TcpSocket.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/node/TcpSocket.cpp b/node/TcpSocket.cpp index fd8e9a94..7dbcc4e1 100644 --- a/node/TcpSocket.cpp +++ b/node/TcpSocket.cpp @@ -59,9 +59,9 @@ TcpSocket::~TcpSocket() #else ::close(_sock); #endif - if (_outbuf) ::free(_outbuf); + //printf("!!! TCP SOCKET DESTROYED @%.16llx to %s\r\n",(unsigned long long)this,_remote.toString().c_str()); } bool TcpSocket::send(const InetAddress &to,const void *msg,unsigned int msglen) |