use unique_ptr for socket in I2PTunnelConnection

This commit is contained in:
orignal 2015-03-20 16:04:48 -04:00
parent 77fd296095
commit 02de91f7f2
2 changed files with 1 additions and 2 deletions

View file

@ -33,7 +33,6 @@ namespace client
I2PTunnelConnection::~I2PTunnelConnection ()
{
delete m_Socket;
}
void I2PTunnelConnection::I2PConnect (const uint8_t * msg, size_t len)