Static: fixed possible descriptor leak introduced in a946d8cd7f8c.

This commit is contained in:
Valentin Bartenev
2021-10-04 15:33:04 +03:00
parent 95e6535909
commit 9baf22e7bf

View File

@@ -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;
}