Commit 232baa6a authored by Pritam Ghanghas's avatar Pritam Ghanghas

fixed a small mistake in apm modes work that was resulting in failed unit test

parent 3b5740bc
...@@ -666,6 +666,8 @@ void QGCApplication::_destroySingletons(void) ...@@ -666,6 +666,8 @@ void QGCApplication::_destroySingletons(void)
GenericFirmwarePlugin::_deleteSingleton(); GenericFirmwarePlugin::_deleteSingleton();
PX4FirmwarePlugin::_deleteSingleton(); PX4FirmwarePlugin::_deleteSingleton();
ArduCopterFirmwarePlugin::_deleteSingleton(); ArduCopterFirmwarePlugin::_deleteSingleton();
ArduPlaneFirmwarePlugin::_deleteSingleton();
ArduRoverFirmwarePlugin::_deleteSingleton();
HomePositionManager::_deleteSingleton(); HomePositionManager::_deleteSingleton();
FlightMapSettings::_deleteSingleton(); FlightMapSettings::_deleteSingleton();
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment