mirror of
https://git.wownero.com/wowlet/wowlet.git
synced 2024-08-15 01:03:14 +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();
|
m_ctx->tor->stop();
|
||||||
|
|
||||||
this->saveGeo();
|
this->saveGeo();
|
||||||
if(m_wizard != nullptr)
|
|
||||||
m_wizard->close();
|
|
||||||
|
|
||||||
QWidget::closeEvent(event);
|
QWidget::closeEvent(event);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue