Explicitly shut down logging
- needed to call FreeConsole on Windows.
This commit is contained in:
parent
e7c7c5b226
commit
e672626558
1 changed files with 2 additions and 0 deletions
|
@ -282,5 +282,7 @@ void fgExitCleanup() {
|
||||||
// on the common exit path globals is already deleted, and NULL,
|
// on the common exit path globals is already deleted, and NULL,
|
||||||
// so this only happens on error paths.
|
// so this only happens on error paths.
|
||||||
delete globals;
|
delete globals;
|
||||||
|
|
||||||
|
simgear::shutdownLogging();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue