wifi: Txops are disposed by WifiMac

This commit is contained in:
Stefano Avallone
2025-09-04 18:45:12 +02:00
parent de2c14ae08
commit 76f77f488a

View File

@@ -249,11 +249,7 @@ void
ChannelAccessManager::DoDispose()
{
NS_LOG_FUNCTION(this);
for (Ptr<Txop> i : m_txops)
{
i->Dispose();
i = nullptr;
}
m_txops.clear();
m_phy = nullptr;
m_feManager = nullptr;
m_phyListeners.clear();