From: Jeremy Harris Date: Sun, 14 Dec 2014 22:41:31 +0000 (+0000) Subject: Close dangling file. Bug 1379 X-Git-Tag: exim-4_91_RC1~148^2~42^2~55 X-Git-Url: https://git.exim.org/exim.git/commitdiff_plain/224f418b1ea62a1d1b4bbf261b50b2dc02aed98a Close dangling file. Bug 1379 --- diff --git a/src/src/transports/autoreply.c b/src/src/transports/autoreply.c index 4e391b8db..a90a6852e 100644 --- a/src/src/transports/autoreply.c +++ b/src/src/transports/autoreply.c @@ -676,6 +676,7 @@ if (ff != NULL) } else fprintf(f, "%s", CS big_buffer); } + (void) fclose(ff); } /* Copy the original message if required, observing the return size