mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-25 22:54:57 +02:00
parent
bd7b2f30ef
commit
874970db9e
@ -60,6 +60,7 @@ void ThreadPool::Stop(void)
|
||||
m_MgmtCV.notify_all();
|
||||
}
|
||||
|
||||
if (m_MgmtThread.joinable())
|
||||
m_MgmtThread.join();
|
||||
|
||||
for (size_t i = 0; i < sizeof(m_Queues) / sizeof(m_Queues[0]); i++) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user