mirror of
https://github.com/Retropex/bitcoin.git
synced 2025-05-13 11:40:42 +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);
|
WalletView *walletView = mapWalletViews.take(name);
|
||||||
walletStack->removeWidget(walletView);
|
walletStack->removeWidget(walletView);
|
||||||
|
delete walletView;
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user