From 478bb8f6b9e1ed2522f1dd1433539d21b0b628a7 Mon Sep 17 00:00:00 2001 From: "Allan K. Edwards" Date: Wed, 27 Feb 2002 21:49:33 +0000 Subject: [PATCH] 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 --- modules/experimental/mod_deflate.c | 1 + 1 file changed, 1 insertion(+) 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; } -- 2.50.1