mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-01-22 13:27:17 +01:00
don't use reset
This commit is contained in:
parent
73b3fbc2da
commit
623433099b
|
@ -25,7 +25,7 @@ namespace client
|
|||
|
||||
SAMSocket::~SAMSocket ()
|
||||
{
|
||||
m_Stream.reset ();
|
||||
m_Stream = nullptr;
|
||||
}
|
||||
|
||||
void SAMSocket::Terminate (const char* reason)
|
||||
|
|
Loading…
Reference in a new issue