diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index d83426b..b860594 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -935,8 +935,6 @@ void MainWindow::closeEvent(QCloseEvent *event) { m_ctx->tor->stop(); this->saveGeo(); - if(m_wizard != nullptr) - m_wizard->close(); QWidget::closeEvent(event); }