wifi: Fix valgrind issue with TidToLinkMappingElementTest

This commit is contained in:
Stefano Avallone
2023-07-19 12:04:11 +02:00
parent 0b70ed0bce
commit 1eb7bac099

View File

@@ -23,6 +23,7 @@
#include "ns3/mgt-headers.h"
#include "ns3/multi-link-element.h"
#include "ns3/reduced-neighbor-report.h"
#include "ns3/simulator.h"
#include "ns3/tid-to-link-mapping-element.h"
#include "ns3/wifi-phy-operating-channel.h"
#include "ns3/wifi-utils.h"
@@ -1280,6 +1281,8 @@ void
TidToLinkMappingElementTest::DoRun()
{
TestHeaderSerialization(m_tidToLinkMapping);
Simulator::Destroy();
}
/**