mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-23 17:36:37 +02:00
proper cleanup of pending tunnels
This commit is contained in:
parent
42354ee5d5
commit
74c89ce06e
1 changed files with 3 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue