mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-11 19:47:27 -04:00
WalletManager: fix crash on null/dangling pointer dereference
This commit is contained in:
@@ -209,7 +209,7 @@ private:
|
||||
explicit WalletManager(QObject *parent = 0);
|
||||
static WalletManager * m_instance;
|
||||
Monero::WalletManager * m_pimpl;
|
||||
QMutex m_mutex;
|
||||
mutable QMutex m_mutex;
|
||||
QPointer<Wallet> m_currentWallet;
|
||||
|
||||
QWaitCondition m_cond_pass;
|
||||
|
||||
Reference in New Issue
Block a user