Skip to content

Commit fe65bde

Browse files
committed
bugfix: Delete walletView in WalletFrame::removeWallet
1 parent 0b82bac commit fe65bde

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/qt/walletframe.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ bool WalletFrame::removeWallet(const QString &name)
9494

9595
WalletView *walletView = mapWalletViews.take(name);
9696
walletStack->removeWidget(walletView);
97+
delete walletView;
9798
return true;
9899
}
99100

0 commit comments

Comments
 (0)