mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-22 00:59:08 +01:00
fixed race condition
This commit is contained in:
parent
b74f3a1ee1
commit
3153cf4df6
1 changed files with 2 additions and 1 deletions
|
@ -108,6 +108,7 @@ namespace stream
|
|||
if (m_Pool)
|
||||
i2p::tunnel::tunnels.StopTunnelPool (m_Pool);
|
||||
m_IsRunning = false;
|
||||
if (m_Service)
|
||||
m_Service->stop ();
|
||||
if (m_Thread)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue