mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 14:50:05 +00:00
Release all mutexes before joining threads in RadarProductManager
This commit is contained in:
parent
889b6e81be
commit
7fbd9e45a9
1 changed files with 1 additions and 0 deletions
|
|
@ -181,6 +181,7 @@ public:
|
||||||
auto& [key, providerManager] = p;
|
auto& [key, providerManager] = p;
|
||||||
providerManager->Disable();
|
providerManager->Disable();
|
||||||
});
|
});
|
||||||
|
lock.unlock();
|
||||||
|
|
||||||
threadPool_.join();
|
threadPool_.join();
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue