mirror of https://github.com/Icinga/icinga2.git
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…
Reference in New Issue