Merge pull request 'Fix segfault on close' (#55) from tobtoht/feather:wizard_segv into master

Reviewed-on: https://git.wownero.com/feather/feather/pulls/55
This commit is contained in:
dsc 2020-10-13 14:05:33 +00:00
commit e8a5f59b4c
1 changed files with 0 additions and 2 deletions

View File

@ -940,8 +940,6 @@ void MainWindow::closeEvent(QCloseEvent *event) {
m_ctx->tor->stop();
this->saveGeo();
if(m_wizard != nullptr)
m_wizard->close();
QWidget::closeEvent(event);
}