mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-02 03:17:26 -04:00
Wallet: interrupt refresh thread on wallet close
This commit is contained in:
@@ -1086,6 +1086,8 @@ Wallet::~Wallet()
|
||||
{
|
||||
qDebug("~Wallet: Closing wallet");
|
||||
|
||||
pauseRefresh();
|
||||
m_walletImpl->stop();
|
||||
m_scheduler.shutdownWaitForFinished();
|
||||
|
||||
delete m_addressBook;
|
||||
|
||||
Reference in New Issue
Block a user