]> granicus.if.org Git - apache/commitdiff
clean up the passed-in brigade since mod_deflate is through with it
authorAllan K. Edwards <ake@apache.org>
Wed, 27 Feb 2002 21:49:33 +0000 (21:49 +0000)
committerAllan K. Edwards <ake@apache.org>
Wed, 27 Feb 2002 21:49:33 +0000 (21:49 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93611 13f79535-47bb-0310-9956-ffa450edef68

modules/experimental/mod_deflate.c

index c0e6eca556ee70fa2bea8d40c0bb0fdd21a0d56e..2e4b15b86a5d6083dee7c9fe6a8aea07fd9bbc51 100644 (file)
@@ -438,6 +438,7 @@ static apr_status_t deflate_out_filter(ap_filter_t *f,
         }
     }
 
+    apr_brigade_destroy(bb);
     return APR_SUCCESS;
 }