mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
delete stream from inside
This commit is contained in:
parent
38ee813e41
commit
4e54fbec08
7 changed files with 17 additions and 19 deletions
1
SAM.cpp
1
SAM.cpp
|
@ -32,7 +32,6 @@ namespace client
|
|||
if (m_Stream)
|
||||
{
|
||||
m_Stream->Close ();
|
||||
i2p::stream::DeleteStream (m_Stream);
|
||||
m_Stream.reset ();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue