mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-02-08 22:13:48 +01:00
don't use reset
This commit is contained in:
parent
73b3fbc2da
commit
623433099b
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue