View | Details | Raw Unified | Return to bug 790
Collapse All | Expand All

(-)a/src/internet-stack/ipv4-l3-protocol.cc (+1 lines)
 Lines 198-203    Link Here 
198
  m_interfaces.clear ();
198
  m_interfaces.clear ();
199
  m_node = 0;
199
  m_node = 0;
200
  m_routingProtocol = 0;
200
  m_routingProtocol = 0;
201
  m_sockets.clear ();
201
  Object::DoDispose ();
202
  Object::DoDispose ();
202
}
203
}
203
204

Return to bug 790