Merge pull request #1902 from Vort/pool_leak

Prevent leaking of ExploratoryPool
This commit is contained in:
orignal
2023-03-07 10:06:45 -05:00
committed by GitHub

View File

@@ -339,6 +339,7 @@ namespace tunnel
Tunnels::~Tunnels ()
{
DeleteTunnelPool(m_ExploratoryPool);
}
std::shared_ptr<TunnelBase> Tunnels::GetTunnel (uint32_t tunnelID)