point-to-point: DoDispose must reset m_queue, too

This commit is contained in:
Stefano Avallone
2016-03-08 10:46:13 -08:00
parent c0773c1a46
commit 3a928d5b34

View File

@@ -224,6 +224,7 @@ PointToPointNetDevice::DoDispose ()
m_channel = 0;
m_receiveErrorModel = 0;
m_currentPkt = 0;
m_queue = 0;
NetDevice::DoDispose ();
}