exit message

This commit is contained in:
Jean-Francois Dockes 2020-04-24 17:02:48 +02:00
parent 126ac47dba
commit b063f6e45d

View File

@ -690,6 +690,7 @@ void RclMain::fileExit()
// cleanup: // cleanup:
deleteAllTempFiles(); deleteAllTempFiles();
// and scram out // and scram out
LOGDEB("RclMain: fileExit: calling _Exit(0)\n");
_Exit(0); _Exit(0);
} }