mirror of https://github.com/Icinga/icinga2.git
parent
de229f9fec
commit
53d3a4af5f
|
@ -114,6 +114,7 @@ Application::~Application(void)
|
|||
|
||||
void Application::Exit(int rc)
|
||||
{
|
||||
std::cout.flush();
|
||||
_exit(rc); // Yay, our static destructors are pretty much beyond repair at this point.
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue