mirror of
https://github.com/feather-wallet/feather.git
synced 2024-11-16 17:27:38 +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();
|
||||
}
|
||||
|
||||
m_wizard->deleteLater();
|
||||
|
||||
torManager()->stop();
|
||||
m_tray->hide();
|
||||
|
||||
|
|
Loading…
Reference in a new issue