From: Allan K. Edwards Date: Wed, 27 Feb 2002 21:49:33 +0000 (+0000) Subject: clean up the passed-in brigade since mod_deflate is through with it X-Git-Tag: 2.0.33~101 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=309dbe5527fba938b5a7643c68b60ce05b48ee76;p=thirdparty%2Fapache%2Fhttpd.git clean up the passed-in brigade since mod_deflate is through with it git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93611 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/experimental/mod_deflate.c b/modules/experimental/mod_deflate.c index c0e6eca556e..2e4b15b86a5 100644 --- a/modules/experimental/mod_deflate.c +++ b/modules/experimental/mod_deflate.c @@ -438,6 +438,7 @@ static apr_status_t deflate_out_filter(ap_filter_t *f, } } + apr_brigade_destroy(bb); return APR_SUCCESS; }