wifi: Fix valgrind issue with TXOP test

This commit is contained in:
Stefano Avallone
2025-05-15 23:19:41 +02:00
parent f5fd38917d
commit da2e1fa359

View File

@@ -199,6 +199,8 @@ WifiTxopTest::WifiTxopTest(const WifiTxopTest::Params& params)
m_singleRtsPerTxop(params.singleRtsPerTxop),
m_lengthBasedRtsCtsThresh(params.lengthBasedRtsCtsThresh),
m_protectedIfResponded(params.protectedIfResponded),
m_protectSingleExchange(params.protectSingleExchange),
m_singleExchangeProtectionSurplus(params.singleExchangeProtectionBuffer),
m_apErrorModel(CreateObject<ListErrorModel>()),
m_staErrorModel(CreateObject<ListErrorModel>()),
m_apCorrupted(false),