mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-07 06:09:42 +00:00
proper cleanup of pending tunnels
This commit is contained in:
@@ -209,9 +209,10 @@ namespace tunnel
|
||||
delete it.second;
|
||||
m_TransitTunnels.clear ();
|
||||
|
||||
/* for (auto& it : m_PendingTunnels)
|
||||
ManagePendingTunnels ();
|
||||
for (auto& it : m_PendingTunnels)
|
||||
delete it.second;
|
||||
m_PendingTunnels.clear ();*/
|
||||
m_PendingTunnels.clear ();
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user