From 956eecfd8b92bd3d26f3c7993fa757f74d701ed4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Deronne?= Date: Mon, 4 Jun 2018 20:02:48 +0200 Subject: [PATCH] wifi: Fix valgrind error --- src/wifi/model/txop.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/wifi/model/txop.cc b/src/wifi/model/txop.cc index c630d99a0..a71d27de5 100644 --- a/src/wifi/model/txop.cc +++ b/src/wifi/model/txop.cc @@ -102,6 +102,7 @@ Txop::DoDispose (void) m_stationManager = 0; m_rng = 0; m_txMiddle = 0; + m_channelAccessManager = 0; } void