mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-01-22 04:04:16 +00: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…
x
Reference in New Issue
Block a user