Browse Source

Prevent leaking of ExploratoryPool

pull/1902/head
Vort 2 years ago
parent
commit
4b7fcdc719
  1. 1
      libi2pd/Tunnel.cpp

1
libi2pd/Tunnel.cpp

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

Loading…
Cancel
Save