]> git.mxchange.org Git - flightgear.git/blobdiff - src/Main/bootstrap.cxx
- implement progress information (enabled by default; can be turned off via
[flightgear.git] / src / Main / bootstrap.cxx
index f3e3daecad7954bd831dbc2c6c8cc5e9450b7cc4..efedf8657289e4d8794409139c8b788b79718318 100644 (file)
@@ -212,7 +212,6 @@ void fgExitCleanup() {
     if (_bootstrap_OSInit != 0)
         fgSetMouseCursor(MOUSE_CURSOR_POINTER);
 
-    if (globals)
-        delete globals;
+    delete globals;
 }