diff --git a/src/ViewWidgets/ViewWidgetController.cc b/src/ViewWidgets/ViewWidgetController.cc index cad1626cf67608b2eab5774284fb160f07f553a0..095bb4db34b2fb5ab1d0437be248389ad33fe5d9 100644 --- a/src/ViewWidgets/ViewWidgetController.cc +++ b/src/ViewWidgets/ViewWidgetController.cc @@ -26,7 +26,8 @@ #include "AutoPilotPluginManager.h" ViewWidgetController::ViewWidgetController(void) : - _autopilot(NULL) + _autopilot(NULL), + _uas(NULL) { _uasManager = UASManager::instance(); Q_ASSERT(_uasManager);