wifi: Fix valgrind issue in the wifi MAC queue test

This commit is contained in:
Sébastien Deronne
2025-08-19 10:34:09 +09:00
parent 08236466c5
commit 298963a0c2

View File

@@ -505,6 +505,7 @@ WifiMacQueueFlushTest::DoRun()
"Unexpected number of packets in container queue");
wifiMacQueue->Dispose();
Simulator::Destroy();
}
/**