mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-09 19:32:03 +02:00
Merge pull request #3161
b932df85
Wallet: interrupt refresh thread on wallet close (xiphon)
This commit is contained in:
commit
bedf04d08a
@ -1086,6 +1086,8 @@ Wallet::~Wallet()
|
|||||||
{
|
{
|
||||||
qDebug("~Wallet: Closing wallet");
|
qDebug("~Wallet: Closing wallet");
|
||||||
|
|
||||||
|
pauseRefresh();
|
||||||
|
m_walletImpl->stop();
|
||||||
m_scheduler.shutdownWaitForFinished();
|
m_scheduler.shutdownWaitForFinished();
|
||||||
|
|
||||||
delete m_addressBook;
|
delete m_addressBook;
|
||||||
|
Loading…
Reference in New Issue
Block a user