Added call to C_close in the fatal routine
authorceriel <none@none>
Thu, 15 Jun 1989 19:08:18 +0000 (19:08 +0000)
committerceriel <none@none>
Thu, 15 Jun 1989 19:08:18 +0000 (19:08 +0000)
util/misc/convert.c

index b5cfdf4..a599b97 100644 (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);
 }