Bug 790: Fix memory leak in routing-aodv-regression

This commit is contained in:
Faker Moatamri
2010-01-18 10:00:46 +01:00
parent fc5d4422a4
commit 469b730690

View File

@@ -196,6 +196,7 @@ Ipv4L3Protocol::DoDispose (void)
*i = 0;
}
m_interfaces.clear ();
m_sockets.clear ();
m_node = 0;
m_routingProtocol = 0;
Object::DoDispose ();