diff options
-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 |