Fix small memory leak in Star Tracker

pull/879/head
Jon Beniston 2021-04-28 15:34:54 +01:00
rodzic af910fba5e
commit 51960a869e
1 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -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";