------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugs.exim.org/show_bug.cgi?id=1379 Git Commit <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from Git Commit <[email protected]> 2015-01-13 11:17:34 --- Git commit: http://git.exim.org/exim.git/commitdiff/e0eb00cd78f2dbf91aba5dffa579177b1e1815a1 commit e0eb00cd78f2dbf91aba5dffa579177b1e1815a1 Author: Jeremy Harris <[email protected]> AuthorDate: Sun Dec 14 22:41:31 2014 +0000 Commit: Jeremy Harris <[email protected]> CommitDate: Mon Jan 12 18:58:35 2015 +0000 Close dangling file. Bug 1379 --- src/src/transports/autoreply.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) 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 -- Configure bugmail: http://bugs.exim.org/userprefs.cgi?tab=email -- ## List details at https://lists.exim.org/mailman/listinfo/exim-dev Exim details at http://www.exim.org/ ##
