mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
delete all streams upon deletion of a local destination
This commit is contained in:
parent
393d4bc231
commit
ec624c89b2
3 changed files with 6 additions and 3 deletions
|
@ -505,6 +505,7 @@ namespace util
|
|||
{
|
||||
m_Stream->Close ();
|
||||
DeleteStream (m_Stream);
|
||||
m_Stream = nullptr;
|
||||
}
|
||||
m_Socket->close ();
|
||||
delete this;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue