mirror of https://github.com/Icinga/icinga2.git
parent
979ec735a0
commit
ed057de512
|
@ -94,6 +94,8 @@ void CheckerComponent::Stop(void)
|
|||
|
||||
m_ResultTimer->Stop();
|
||||
m_Thread.join();
|
||||
|
||||
DynamicObject::Stop();
|
||||
}
|
||||
|
||||
void CheckerComponent::CheckThreadProc(void)
|
||||
|
|
|
@ -92,6 +92,8 @@ void Application::Stop(void)
|
|||
#endif /* _WIN32 */
|
||||
|
||||
ClosePidFile();
|
||||
|
||||
DynamicObject::Stop();
|
||||
}
|
||||
|
||||
Application::~Application(void)
|
||||
|
|
Loading…
Reference in New Issue