must clear the list of routing protocols

This commit is contained in:
Mathieu Lacage
2009-03-23 14:22:54 +01:00
parent 519e7e1c86
commit 00aec86b41

View File

@@ -163,6 +163,7 @@ Ipv4L3Protocol::DoDispose (void)
interface->Dispose ();
}
m_interfaces.clear ();
m_routingProtocols.clear ();
m_node = 0;
m_staticRouting->Dispose ();
m_staticRouting = 0;