mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-24 06:05:01 +02:00
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…
x
Reference in New Issue
Block a user