From 676aee2213c42788a7308cff197af29a52cc8a54 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 b5cfdf471..a599b9765 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); } -- 2.34.1