aboutsummaryrefslogtreecommitdiff
path: root/src/libwalletqt/Wallet.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/libwalletqt/Wallet.cpp')
-rw-r--r--src/libwalletqt/Wallet.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/libwalletqt/Wallet.cpp b/src/libwalletqt/Wallet.cpp
index 61a2920c..5bf75788 100644
--- a/src/libwalletqt/Wallet.cpp
+++ b/src/libwalletqt/Wallet.cpp
@@ -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");
}