Browse Source

Clear all maps in-between each test

QGC4.4
Don Gagne 11 years ago
parent
commit
9991c1530e
  1. 1
      src/AutoPilotPlugins/PX4/Tests/FlightModeConfigTest.cc

1
src/AutoPilotPlugins/PX4/Tests/FlightModeConfigTest.cc

@ -140,6 +140,7 @@ void FlightModeConfigTest::cleanup(void) @@ -140,6 +140,7 @@ void FlightModeConfigTest::cleanup(void)
delete _mockUASManager;
_mapChannelCombo2Param.clear();
_mapChannelCombo2ButtonGroup.clear();
}
/// @brief Returns channel mapping for the specified parameters

Loading…
Cancel
Save