[exim-dev] [Bug 1379] Check code

Top Pagina
Delete this message
Reply to this message
Auteur: admin
Datum:  
Aan: exim-dev
Oude Onderwerpen: [exim-dev] [Bug 1379] New: Check code
Onderwerp: [exim-dev] [Bug 1379] Check code
https://bugs.exim.org/show_bug.cgi?id=1379

--- Comment #4 from Git Commit <git@???> ---
Git commit:
https://git.exim.org/exim.git/commitdiff/224f418b1ea62a1d1b4bbf261b50b2dc02aed98a

commit 224f418b1ea62a1d1b4bbf261b50b2dc02aed98a
Author:     Jeremy Harris <jgh146exb@???>
AuthorDate: Sun Dec 14 22:41:31 2014 +0000
Commit:     Jeremy Harris <jgh146exb@???>
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.