Added call to C_close in the fatal routine
This commit is contained in:
parent
b1c3d1bc53
commit
676aee2213
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue