1
0
mirror of https://github.com/PurpleI2P/i2pd.git synced 2025-02-06 23:24:15 +00:00

cleanup incoming streams on stop

This commit is contained in:
orignal 2019-08-23 10:00:49 -04:00
parent 488c2f6d05
commit 351c899807

View File

@ -990,6 +990,7 @@ namespace stream
{
std::unique_lock<std::mutex> l(m_StreamsMutex);
m_Streams.clear ();
m_IncomingStreams.clear ();
}
}