diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2014-12-14 22:41:31 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2015-01-12 18:58:35 +0000 |
commit | e0eb00cd78f2dbf91aba5dffa579177b1e1815a1 (patch) | |
tree | 8c5b0ab292e39e8a45fe432ea48ac552900c66d6 | |
parent | de11307f4085222c29051e5b8149ea3340707f26 (diff) |
Close dangling file. Bug 1379
-rw-r--r-- | 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 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 |