mirror of
https://github.com/Icinga/icinga2.git
synced 2026-06-11 01:30:22 -04:00
parent
663fe5a4bd
commit
2d65489f3a
2 changed files with 2 additions and 2 deletions
|
|
@ -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 a new issue