bugfix: Delete walletView in WalletFrame::removeWallet

pull/585/head
João Barbosa 6 years ago
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…
Cancel
Save