diff options
-rw-r--r-- | src/nxt_http_static.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nxt_http_static.c b/src/nxt_http_static.c index 06e0cab2..5380ff23 100644 --- a/src/nxt_http_static.c +++ b/src/nxt_http_static.c @@ -494,6 +494,7 @@ nxt_http_static_send_ready(nxt_task_t *task, void *obj, void *data) f = nxt_mp_get(r->mem_pool, sizeof(nxt_file_t)); if (nxt_slow_path(f == NULL)) { + nxt_file_close(task, &file); goto fail; } |