Browse Source

fixed race condition

pull/102/head
orignal 10 years ago
parent
commit
3153cf4df6
  1. 1
      Destination.cpp

1
Destination.cpp

@ -108,6 +108,7 @@ namespace stream @@ -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…
Cancel
Save