]> granicus.if.org Git - apache/commit
Fix a memory leak in mod_deflate with dynamic content. Because the
authorCliff Woolley <jwoolley@apache.org>
Thu, 14 Nov 2002 19:22:26 +0000 (19:22 +0000)
committerCliff Woolley <jwoolley@apache.org>
Thu, 14 Nov 2002 19:22:26 +0000 (19:22 +0000)
commit899ffeb57a6a972b72450d1c7657ed541d8d763f
tree3ed0f881a11d369c49fe8f46ffb641270187b060
parentbf15094dcdcffbf0f434ff58ffbf1bd8c56b48ec
Fix a memory leak in mod_deflate with dynamic content.  Because the
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
modules/filters/mod_deflate.c