Wallet: fix listener leak

This commit is contained in:
moneromooo-monero
2018-04-04 16:59:45 +01:00
parent 76a105261e
commit 6ef2a8e21d
2 changed files with 5 additions and 1 deletions

View File

@@ -349,6 +349,7 @@ private:
bool m_connectionStatusRunning;
QString m_daemonUsername;
QString m_daemonPassword;
Monero::WalletListener *m_walletListener;
};