Commit f5293579 authored by Gavin Bisesi's avatar Gavin Bisesi
Browse files

Merge pull request #501 from ctrlaltca/crash_on_exit

Fix crash on close #255
parents f4627191 15e4c852
......@@ -410,7 +410,7 @@ void MainWindow::closeEvent(QCloseEvent *event)
}
event->accept();
settingsCache->setMainWindowGeometry(saveGeometry());
delete tabSupervisor;
tabSupervisor->deleteLater();
}
void MainWindow::changeEvent(QEvent *event)
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment