diff options
-rw-r--r-- | sapi/apache2filter/sapi_apache2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sapi/apache2filter/sapi_apache2.c b/sapi/apache2filter/sapi_apache2.c index 27aa660852..9c8fdf33f0 100644 --- a/sapi/apache2filter/sapi_apache2.c +++ b/sapi/apache2filter/sapi_apache2.c @@ -334,7 +334,7 @@ static int php_output_filter(ap_filter_t *f, apr_bucket_brigade *bb) } /* moves all buckets from bb to ctx->bb */ - ap_save_brigade(f, &ctx->bb, &bb); + ap_save_brigade(f, &ctx->bb, &bb, f->r->pool); /* If we have received all data from the previous filters, * we "flatten" the buckets by creating a single string buffer. |