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