From 044b8e1b5cbf9e5bb9cc891f4f3bc50941b07d2b Mon Sep 17 00:00:00 2001 From: ceriel Date: Thu, 15 Jun 1989 19:08:18 +0000 Subject: [PATCH] Added call to C_close in the fatal routine --- util/misc/convert.c | 1 + 1 file changed, 1 insertion(+) diff --git a/util/misc/convert.c b/util/misc/convert.c index b5cfdf47..a599b976 100644 --- a/util/misc/convert.c +++ b/util/misc/convert.c @@ -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); }