mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
use unique_ptr for socket in I2PTunnelConnection
This commit is contained in:
parent
77fd296095
commit
02de91f7f2
2 changed files with 1 additions and 2 deletions
|
@ -33,7 +33,6 @@ namespace client
|
|||
|
||||
I2PTunnelConnection::~I2PTunnelConnection ()
|
||||
{
|
||||
delete m_Socket;
|
||||
}
|
||||
|
||||
void I2PTunnelConnection::I2PConnect (const uint8_t * msg, size_t len)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue