mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-11-17 08:17:59 +00:00
Merge pull request #3161
b932df85
Wallet: interrupt refresh thread on wallet close (xiphon)
This commit is contained in:
commit
bedf04d08a
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