Added call to C_close in the fatal routine
This commit is contained in:
parent
db37900654
commit
044b8e1b5c
@ -84,6 +84,7 @@ error(s,a1,a2,a3,a4)
|
|||||||
fatal(s,a1,a2,a3,a4)
|
fatal(s,a1,a2,a3,a4)
|
||||||
char *s;
|
char *s;
|
||||||
{
|
{
|
||||||
|
C_close();
|
||||||
error(s,a1,a2,a3,a4);
|
error(s,a1,a2,a3,a4);
|
||||||
exit(1);
|
exit(1);
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user