mirror of
https://github.com/feather-wallet/feather.git
synced 2024-12-22 19:49:28 +00:00
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:
commit
e8a5f59b4c
1 changed files with 0 additions and 2 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue