mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-11-17 08:17:59 +00:00
Wallet: interrupt refresh thread on wallet close
This commit is contained in:
parent
cb1f3ad0ce
commit
b932df85fd
1 changed files with 2 additions and 0 deletions
|
@ -1086,6 +1086,8 @@ Wallet::~Wallet()
|
|||
{
|
||||
qDebug("~Wallet: Closing wallet");
|
||||
|
||||
pauseRefresh();
|
||||
m_walletImpl->stop();
|
||||
m_scheduler.shutdownWaitForFinished();
|
||||
|
||||
delete m_addressBook;
|
||||
|
|
Loading…
Reference in a new issue