Commit e2b995ed authored by Don Gagne's avatar Don Gagne

Delete new singletons

parent d4fb31b1
...@@ -645,6 +645,9 @@ void QGCApplication::_destroySingletons(void) ...@@ -645,6 +645,9 @@ void QGCApplication::_destroySingletons(void)
UASManager::_deleteSingleton(); UASManager::_deleteSingleton();
LinkManager::_deleteSingleton(); LinkManager::_deleteSingleton();
GAudioOutput::_deleteSingleton(); GAudioOutput::_deleteSingleton();
FirmwarePluginManager::_deleteSingleton();
GenericFirmwarePlugin::_deleteSingleton();
PX4FirmwarePlugin::_deleteSingleton();
} }
void QGCApplication::informationMessageBoxOnMainThread(const QString& title, const QString& msg) void QGCApplication::informationMessageBoxOnMainThread(const QString& title, const QString& msg)
......
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