mirror of
https://codeberg.org/anoncontributorxmr/monero.git
synced 2024-11-27 13:23:29 +01:00
Merge pull request #718
41ea91a
simplewallet: fix hang when setting auto-refresh to 0 (moneromooo-monero)
This commit is contained in:
commit
dd3cd9e7b8
@ -450,6 +450,7 @@ bool simple_wallet::set_auto_refresh(const std::vector<std::string> &args/* = st
|
|||||||
else if (!auto_refresh && m_auto_refresh_run.load(std::memory_order_relaxed))
|
else if (!auto_refresh && m_auto_refresh_run.load(std::memory_order_relaxed))
|
||||||
{
|
{
|
||||||
m_auto_refresh_run.store(false, std::memory_order_relaxed);
|
m_auto_refresh_run.store(false, std::memory_order_relaxed);
|
||||||
|
m_wallet->stop();
|
||||||
m_auto_refresh_thread.join();
|
m_auto_refresh_thread.join();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user