]> granicus.if.org Git - apache/commit
Removed the destruction of the bucket allocator prior to
authorBrian Pane <brianp@apache.org>
Sat, 31 Dec 2005 07:16:09 +0000 (07:16 +0000)
committerBrian Pane <brianp@apache.org>
Sat, 31 Dec 2005 07:16:09 +0000 (07:16 +0000)
commitc821da5c78d082ffe4a55e27eb1112b580e07921
tree91a38287f1e36dfb78c2323cc0ebdf28e1772664
parent3ec5b99dfbc36f874159d5b0896087b54401be13
Removed the destruction of the bucket allocator prior to
clearing the transaction pool.  The bucket allocator will
now get destroyed when apr_pool_clear() invokes its cleanup
callback.  With the old logic, memory corruption was possible
if the pool contained any brigades that referenced any
buckets allocated from the bucket allocator.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@360257 13f79535-47bb-0310-9956-ffa450edef68
server/mpm/experimental/event/event.c