mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-05-17 04:41:48 +02:00
stop destination's thread before cleanup
This commit is contained in:
parent
ea9c69cd53
commit
df787060c3
2 changed files with 2 additions and 0 deletions
libi2pd
|
@ -75,6 +75,7 @@ namespace i2p
|
|||
if (m_CongestionUpdateTimer)
|
||||
m_CongestionUpdateTimer->cancel ();
|
||||
m_Service->Stop ();
|
||||
CleanUp (); // GarlicDestination
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue