aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMaxim Dounin <mdounin@mdounin.ru>2011-09-20 09:56:35 +0000
committerMaxim Dounin <mdounin@mdounin.ru>2011-09-20 09:56:35 +0000
commit265e51aa0b65fe8ba456224b95659b2612e0fc6d (patch)
tree287b3296cb522fd034413365c3fd2849b10e7b1a /src
parentd1b9a0388dbcc9a2164710f9d16bbba52f7e55f4 (diff)
downloadnginx-265e51aa0b65fe8ba456224b95659b2612e0fc6d.tar.gz
nginx-265e51aa0b65fe8ba456224b95659b2612e0fc6d.zip
Fixed loss of chain links in ngx_event_pipe_read_upstream().
Diffstat (limited to 'src')
-rw-r--r--src/event/ngx_event_pipe.c1
1 files changed, 1 insertions, 0 deletions
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);
}
}