mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-26 09:48:45 -05:00
Merge pull request #1408 from srcejon/fix_crash_on_exit
Fix crash on exit
This commit is contained in:
commit
bea0583d9e
@ -245,6 +245,7 @@ MainWindow::~MainWindow()
|
||||
{
|
||||
qDebug() << "MainWindow::~MainWindow";
|
||||
|
||||
m_statusTimer.stop();
|
||||
m_mainCore->m_settings.save();
|
||||
m_apiServer->stop();
|
||||
delete m_apiServer;
|
||||
|
Loading…
Reference in New Issue
Block a user