mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2024-12-06 19:26:23 +01:00
delete all streams upon deletion of a local destination
This commit is contained in:
@@ -505,6 +505,7 @@ namespace util
|
||||
{
|
||||
m_Stream->Close ();
|
||||
DeleteStream (m_Stream);
|
||||
m_Stream = nullptr;
|
||||
}
|
||||
m_Socket->close ();
|
||||
delete this;
|
||||
|
||||
Reference in New Issue
Block a user