Merge pull request #1408 from srcejon/fix_crash_on_exit

Fix crash on exit
This commit is contained in:
Edouard Griffiths 2022-09-13 19:33:43 +02:00 committed by GitHub
commit bea0583d9e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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;