diff --git a/src/event/ngx_event_pipe.c b/src/event/ngx_event_pipe.c index fb00bcc77..4f45bb872 100644 --- a/src/event/ngx_event_pipe.c +++ b/src/event/ngx_event_pipe.c @@ -409,6 +409,7 @@ ngx_event_pipe_read_upstream(ngx_event_pipe_t *p) } p->free_raw_bufs = cl->next; + ngx_free_chain(p->pool, cl); } }