Added call to C_close in the fatal routine

This commit is contained in:
ceriel 1989-06-15 19:08:18 +00:00
parent b1c3d1bc53
commit 676aee2213

View file

@ -84,6 +84,7 @@ error(s,a1,a2,a3,a4)
fatal(s,a1,a2,a3,a4)
char *s;
{
C_close();
error(s,a1,a2,a3,a4);
exit(1);
}