1
0
Fork 0

Explicitly shut down logging

- needed to call FreeConsole on Windows.
This commit is contained in:
James Turner 2016-06-09 11:04:24 +01:00
parent e7c7c5b226
commit e672626558

View file

@ -282,5 +282,7 @@ void fgExitCleanup() {
// on the common exit path globals is already deleted, and NULL,
// so this only happens on error paths.
delete globals;
simgear::shutdownLogging();
}