Call _cleanup before _exit

This commit is contained in:
ceriel
1991-03-15 09:24:03 +00:00
parent 83d1456bd3
commit 1e2b428a31
3 changed files with 8 additions and 5 deletions

View File

@@ -32,5 +32,6 @@ CallAtEnd(p)
halt()
{
exit(0);
_cleanup();
_exit(0);
}