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-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=478bb8f6b9e1ed2522f1dd1433539d21b0b628a7;p=apache 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 c0e6eca556..2e4b15b86a 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; }