From 0bbe77309da930bdd0719faa0804d2bb879f5d36 Mon Sep 17 00:00:00 2001 From: Sascha Schumann Date: Fri, 22 Jun 2001 23:20:49 +0000 Subject: [PATCH] Accomodate an Apache API change --- sapi/apache2filter/sapi_apache2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sapi/apache2filter/sapi_apache2.c b/sapi/apache2filter/sapi_apache2.c index 27aa6608522..9c8fdf33f0c 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.