mirror of
https://github.com/feather-wallet/feather.git
synced 2025-01-08 20:09:43 +00:00
WindowManager: delete m_wizard before quit
This commit is contained in:
parent
402bea3fd6
commit
103bc6408f
1 changed files with 2 additions and 0 deletions
|
@ -78,6 +78,8 @@ void WindowManager::close() {
|
||||||
window->close();
|
window->close();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
m_wizard->deleteLater();
|
||||||
|
|
||||||
torManager()->stop();
|
torManager()->stop();
|
||||||
m_tray->hide();
|
m_tray->hide();
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue