mirror of
https://github.com/PurpleI2P/i2pd
synced 2024-11-10 08:00:38 +03:00
proper cleanup of pending tunnels
This commit is contained in:
parent
42354ee5d5
commit
74c89ce06e
@ -209,9 +209,10 @@ namespace tunnel
|
|||||||
delete it.second;
|
delete it.second;
|
||||||
m_TransitTunnels.clear ();
|
m_TransitTunnels.clear ();
|
||||||
|
|
||||||
/* for (auto& it : m_PendingTunnels)
|
ManagePendingTunnels ();
|
||||||
|
for (auto& it : m_PendingTunnels)
|
||||||
delete it.second;
|
delete it.second;
|
||||||
m_PendingTunnels.clear ();*/
|
m_PendingTunnels.clear ();
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user