mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-04-26 00:25:26 +02:00
bugfix: Delete walletView in WalletFrame::removeWallet
This commit is contained in:
parent
0b82bac76d
commit
fe65bdec23
@ -94,6 +94,7 @@ bool WalletFrame::removeWallet(const QString &name)
|
||||
|
||||
WalletView *walletView = mapWalletViews.take(name);
|
||||
walletStack->removeWidget(walletView);
|
||||
delete walletView;
|
||||
return true;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user