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

(-)./src/devices/wifi/mac-low.cc (+1 lines)
 Lines 271-276    Link Here 
271
MacLow::DoDispose (void)
271
MacLow::DoDispose (void)
272
{
272
{
273
  NS_LOG_FUNCTION (this);
273
  NS_LOG_FUNCTION (this);
274
  m_listener = 0;
274
  CancelAllEvents ();
275
  CancelAllEvents ();
275
  m_phy = 0;
276
  m_phy = 0;
276
  m_stationManager = 0;
277
  m_stationManager = 0;

Return to bug 381