mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-22 00:59:08 +01:00
Merge pull request #1902 from Vort/pool_leak
Prevent leaking of ExploratoryPool
This commit is contained in:
commit
6d7f20961f
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||||
|
|
Loading…
Add table
Reference in a new issue