mirror of
https://github.com/monero-project/monero.git
synced 2024-12-15 08:04:24 -05:00
Merge pull request #7868
36527c0
UB: virtual method in destructor of WalletImpl v0.17 (mj-xmr)
This commit is contained in:
commit
1aad001d96
@ -453,7 +453,7 @@ WalletImpl::~WalletImpl()
|
||||
LOG_PRINT_L1(__FUNCTION__);
|
||||
m_wallet->callback(NULL);
|
||||
// Pause refresh thread - prevents refresh from starting again
|
||||
pauseRefresh();
|
||||
WalletImpl::pauseRefresh(); // Call the method directly (not polymorphically) to protect against UB in destructor.
|
||||
// Close wallet - stores cache and stops ongoing refresh operation
|
||||
close(false); // do not store wallet as part of the closing activities
|
||||
// Stop refresh thread
|
||||
|
Loading…
Reference in New Issue
Block a user