Browse Source

proper cleanup of pending tunnels

pull/151/head
orignal 10 years ago
parent
commit
74c89ce06e
  1. 5
      Tunnel.cpp

5
Tunnel.cpp

@ -209,9 +209,10 @@ namespace tunnel @@ -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 ();
}

Loading…
Cancel
Save