diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2014-12-14 22:41:31 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2014-12-14 22:41:31 +0000 |
commit | 224f418b1ea62a1d1b4bbf261b50b2dc02aed98a (patch) | |
tree | c39eec863699875c46a2f7a34bfbde5c89661bfb | |
parent | f64bd640843a2aec6c21e442ecdcb081067cdb6a (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 |