mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-02-02 02:54:01 +01:00
cleanup incoming streams on stop
This commit is contained in:
parent
488c2f6d05
commit
351c899807
|
@ -990,6 +990,7 @@ namespace stream
|
|||
{
|
||||
std::unique_lock<std::mutex> l(m_StreamsMutex);
|
||||
m_Streams.clear ();
|
||||
m_IncomingStreams.clear ();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue