wifi: Fix valgrind issue in test

This commit is contained in:
Tom Henderson
2017-08-10 07:01:46 -07:00
parent bf0870ce76
commit ea9bfe9fd4

View File

@@ -246,6 +246,7 @@ AmpduAggregationTest::DoRun (void)
m_edca->Dispose ();
m_edca = 0;
m_dcfManager->Dispose ();
m_dcfManager = 0;
}