Wallet: fix history leak on destruction

pull/2/head
moneromooo.monero 8 years ago
parent c83336cc47
commit b7c67065b2

@ -427,5 +427,6 @@ Wallet::Wallet(Bitmonero::Wallet *w, QObject *parent)
Wallet::~Wallet()
{
qDebug("~Wallet: Closing wallet");
delete m_history;
Bitmonero::WalletManagerFactory::getWalletManager()->closeWallet(m_walletImpl);
}