mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-10 22:18:54 +01:00
Make CCheckQueue destructor stop worker threads
This commit is contained in:
@@ -290,7 +290,6 @@ epilogue:
|
||||
// dereferencing and UB.
|
||||
scheduler.stop();
|
||||
if (chainman.m_thread_load.joinable()) chainman.m_thread_load.join();
|
||||
chainman.StopScriptCheckWorkerThreads();
|
||||
|
||||
GetMainSignals().FlushBackgroundCallbacks();
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user