diff options
Diffstat (limited to 'src/mainwindow.cpp')
| -rw-r--r-- | src/mainwindow.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index b722b388..24772db1 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -1329,6 +1329,7 @@ void MainWindow::spawnBinary(const QFileInfo &binary, const QString &arguments, QFile::remove(m_CurrentProfile->getLoadOrderFileName()); } dialog->hide(); + dialog->deleteLater(); } } } |
