Browse Source

Merge pull request #1902 from Vort/pool_leak

Prevent leaking of ExploratoryPool
pull/1904/head
orignal 2 years ago committed by GitHub
parent
commit
6d7f20961f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  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