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