Skip to content

Commit

Permalink
Merge pull request #1408 from srcejon/fix_crash_on_exit
Browse files Browse the repository at this point in the history
Fix crash on exit
  • Loading branch information
f4exb authored Sep 13, 2022
2 parents ed754fd + a7c45f5 commit bea0583
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sdrgui/mainwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,7 @@ MainWindow::~MainWindow()
{
qDebug() << "MainWindow::~MainWindow";

m_statusTimer.stop();
m_mainCore->m_settings.save();
m_apiServer->stop();
delete m_apiServer;
Expand Down

0 comments on commit bea0583

Please sign in to comment.