call errlogFlush before terminating

This commit is contained in:
Marty Kraimer
2002-07-09 18:58:54 +00:00
parent 66d5148d1a
commit 02c8f06c7f
3 changed files with 34 additions and 24 deletions

View File

@@ -468,6 +468,7 @@ iocsh (const char *pathname)
free (line);
free (argv);
free (argBuf);
errlogFlush();
return 0;
}