mirror of
https://github.com/Icinga/icinga2.git
synced 2025-04-08 17:05:25 +02:00
parent
663fe5a4bd
commit
2d65489f3a
@ -57,7 +57,7 @@ Timer::Timer(void)
|
||||
*/
|
||||
Timer::~Timer(void)
|
||||
{
|
||||
Stop();
|
||||
Stop(true);
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -44,7 +44,7 @@ WorkQueue::WorkQueue(size_t maxItems, int threadCount)
|
||||
|
||||
WorkQueue::~WorkQueue(void)
|
||||
{
|
||||
m_StatusTimer->Stop();
|
||||
m_StatusTimer->Stop(true);
|
||||
|
||||
Join(true);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user