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
1 changed files with 1 additions and 0 deletions

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;