mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-12 15:09:59 +01:00
Cancel wallet balance timer when shutdown requested
This doesn't fix any current problem, but it makes balance checking code less fragile, and prevents use-after free travis error in next commit: https://travis-ci.org/github/bitcoin/bitcoin/jobs/675367629#L4240
This commit is contained in:
@@ -97,6 +97,7 @@ void WalletView::setClientModel(ClientModel *_clientModel)
|
||||
|
||||
overviewPage->setClientModel(_clientModel);
|
||||
sendCoinsPage->setClientModel(_clientModel);
|
||||
if (walletModel) walletModel->setClientModel(_clientModel);
|
||||
}
|
||||
|
||||
void WalletView::setWalletModel(WalletModel *_walletModel)
|
||||
|
||||
Reference in New Issue
Block a user