From: ceriel Date: Thu, 15 Jun 1989 19:08:18 +0000 (+0000) Subject: Added call to C_close in the fatal routine X-Git-Tag: release-5-5~2388 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=676aee2213c42788a7308cff197af29a52cc8a54;p=ack.git Added call to C_close in the fatal routine --- 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); }