diff --git a/plugins/feature/startracker/startrackergui.cpp b/plugins/feature/startracker/startrackergui.cpp index 77ea86537..44853ff5b 100644 --- a/plugins/feature/startracker/startrackergui.cpp +++ b/plugins/feature/startracker/startrackergui.cpp @@ -848,6 +848,8 @@ void StarTrackerGUI::plotSkyTemperatureChart() // Scale marker size by beamwidth markerSize = std::max((int)round(beamWidth * degPerPixel), 5); + + delete[] beam; } else qDebug() << "StarTrackerGUI::plotSkyTemperatureChart: FITS temperature file not valid";