Prevent leaking of ExploratoryPool

This commit is contained in:
Vort 2023-03-07 12:06:50 +02:00
parent 24a14e3440
commit 4b7fcdc719

View file

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