diff --git a/plugins/channelrx/demodadsb/adsbdemodgui.cpp b/plugins/channelrx/demodadsb/adsbdemodgui.cpp index 242f6a1f7..c35cb26f5 100644 --- a/plugins/channelrx/demodadsb/adsbdemodgui.cpp +++ b/plugins/channelrx/demodadsb/adsbdemodgui.cpp @@ -4397,7 +4397,7 @@ void ADSBDemodGUI::showEvent(QShowEvent *event) { // Workaround for https://bugreports.qt.io/browse/QTBUG-100333 // MapQuickItems can be in wrong position when window is first displayed - m_redrawMapTimer.start(500); + m_redrawMapTimer.start(500); } } diff --git a/plugins/feature/map/mapgui.cpp b/plugins/feature/map/mapgui.cpp index 3c9db46cc..bbb60edbb 100644 --- a/plugins/feature/map/mapgui.cpp +++ b/plugins/feature/map/mapgui.cpp @@ -285,7 +285,6 @@ MapGUI::~MapGUI() delete m_webServer; } delete ui; - ui = nullptr; } // Update a map item or image