sync code

This commit is contained in:
Ned Wright
2024-12-29 12:27:22 +00:00
parent 711bf5686a
commit c72a54546c
8 changed files with 154 additions and 23 deletions

View File

@@ -218,7 +218,7 @@ compression_data_filter(
if (output->data == NULL) {
// Failed to allocate a new buffer.
write_dbg(DBG_LEVEL_WARNING, "Failed to allocate a new buffer");
free(compression_result.output);
return NGX_ERROR;
}