src/devices/wifi/mac-low.cc
changeset 4981 627b8e87e82f
parent 4910 26ec4be336e7
child 4989 5f5b321b92d1
--- a/src/devices/wifi/mac-low.cc	Wed Apr 22 21:40:06 2009 +0400
+++ b/src/devices/wifi/mac-low.cc	Wed Apr 29 13:06:06 2009 +0400
@@ -271,6 +271,7 @@
 MacLow::DoDispose (void)
 {
   NS_LOG_FUNCTION (this);
+  m_listener = 0;
   CancelAllEvents ();
   m_phy = 0;
   m_stationManager = 0;