mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2026-08-27 00:40:41 +00:00
chore: fix several memory safety issues
This commit is contained in:
@@ -158,6 +158,8 @@ namespace client
|
||||
|
||||
void BOBI2POutboundTunnel::Stop ()
|
||||
{
|
||||
auto localDestination = GetLocalDestination ();
|
||||
if (localDestination) localDestination->StopAcceptingStreams ();
|
||||
ClearHandlers ();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user