Updated wallet close behaviour

This commit is contained in:
Jaquee
2016-12-15 13:18:04 +01:00
parent a16b9a8ffe
commit 143da2c390
2 changed files with 18 additions and 15 deletions

View File

@@ -480,7 +480,7 @@ Wallet::~Wallet()
qDebug("~Wallet: Closing wallet");
delete m_history;
Monero::WalletManagerFactory::getWalletManager()->closeWallet(m_walletImpl);
//Monero::WalletManagerFactory::getWalletManager()->closeWallet(m_walletImpl);
delete m_walletImpl;
qDebug("m_walletImpl deleted");
}