1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2025-05-23 18:52:28 -04:00

Stop status timer, so updateTimer isn't called on deleted objects

This commit is contained in:
Jon Beniston 2022-09-13 17:04:51 +01:00
parent ed754fd380
commit a7c45f512f

View File

@ -245,6 +245,7 @@ MainWindow::~MainWindow()
{
qDebug() << "MainWindow::~MainWindow";
m_statusTimer.stop();
m_mainCore->m_settings.save();
m_apiServer->stop();
delete m_apiServer;