brigade was being destroyed (ie, cleanup unregistered) rather than just
emptied out and then reused anyway, the last call down the filter stack
would leak buckets.
PR: 14321
Submitted by: Ken Franken <kfranken@decisionmark.com>
Reviewed by: Jeff Trawick, Cliff Woolley
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97526
13f79535-47bb-0310-9956-
ffa450edef68
Changes with Apache 2.0.44
+ *) Fixed a memory leak in mod_deflate with dynamic content.
+ PR 14321 [Ken Franken <kfranken@decisionmark.com>]
+
*) Add --[enable|disable]-v4-mapped configure option to control
whether or not Apache expects to handle IPv4 connections
on IPv6 listening sockets. Either setting will work on
}
}
- apr_brigade_destroy(bb);
+ apr_brigade_cleanup(bb);
return APR_SUCCESS;
}