Prevent leaking of ExploratoryPool

pull/1902/head
Vort 1 year ago
parent 24a14e3440
commit 4b7fcdc719

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

Loading…
Cancel
Save