Fixed wifi-failure
authorKirill Andreev <andreev@iitp.ru>
Wed, 29 Apr 2009 13:06:06 +0400
changeset 4981 627b8e87e82f
parent 4977 f6b863744cfb
child 4982 99428bcb9b98
Fixed wifi-failure
src/devices/wifi/mac-low.cc
--- 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;