diff options
Diffstat (limited to 'uemis-downloader.c')
-rw-r--r-- | uemis-downloader.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/uemis-downloader.c b/uemis-downloader.c index b7d877823..66deffa46 100644 --- a/uemis-downloader.c +++ b/uemis-downloader.c @@ -564,6 +564,7 @@ static bool uemis_get_answer(const char *path, char *request, int n_param_in, #endif return found_answer; fs_error: + close (ans_file); return false; } |