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
commit 6d7f20961f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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