mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-25 14:44:32 +02:00
parent
979ec735a0
commit
ed057de512
@ -94,6 +94,8 @@ void CheckerComponent::Stop(void)
|
|||||||
|
|
||||||
m_ResultTimer->Stop();
|
m_ResultTimer->Stop();
|
||||||
m_Thread.join();
|
m_Thread.join();
|
||||||
|
|
||||||
|
DynamicObject::Stop();
|
||||||
}
|
}
|
||||||
|
|
||||||
void CheckerComponent::CheckThreadProc(void)
|
void CheckerComponent::CheckThreadProc(void)
|
||||||
|
@ -92,6 +92,8 @@ void Application::Stop(void)
|
|||||||
#endif /* _WIN32 */
|
#endif /* _WIN32 */
|
||||||
|
|
||||||
ClosePidFile();
|
ClosePidFile();
|
||||||
|
|
||||||
|
DynamicObject::Stop();
|
||||||
}
|
}
|
||||||
|
|
||||||
Application::~Application(void)
|
Application::~Application(void)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user