chore: fix several memory safety issues

This commit is contained in:
jpk68
2026-07-24 23:00:12 -04:00
parent f72522ed26
commit 16c516d2d1
7 changed files with 13 additions and 6 deletions
+2
View File
@@ -158,6 +158,8 @@ namespace client
void BOBI2POutboundTunnel::Stop ()
{
auto localDestination = GetLocalDestination ();
if (localDestination) localDestination->StopAcceptingStreams ();
ClearHandlers ();
}