https://bugs.exim.org/show_bug.cgi?id=1379
--- Comment #4 from Git Commit <[email protected]> --- Git commit: https://git.exim.org/exim.git/commitdiff/224f418b1ea62a1d1b4bbf261b50b2dc02aed98a commit 224f418b1ea62a1d1b4bbf261b50b2dc02aed98a Author: Jeremy Harris <[email protected]> AuthorDate: Sun Dec 14 22:41:31 2014 +0000 Commit: Jeremy Harris <[email protected]> CommitDate: Sun Dec 14 22:41:31 2014 +0000 Close dangling file. Bug 1379 --- src/src/transports/autoreply.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/src/transports/autoreply.c b/src/src/transports/autoreply.c index 4e391b8..a90a685 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 -- You are receiving this mail because: You are on the CC list for the bug. -- ## List details at https://lists.exim.org/mailman/listinfo/exim-dev Exim details at http://www.exim.org/ ##
