]> granicus.if.org Git - apache/commit
Fixing a memory leak with the threads bucket_allocator. We were allocating
authorBradley Nicholes <bnicholes@apache.org>
Tue, 21 May 2002 22:00:44 +0000 (22:00 +0000)
committerBradley Nicholes <bnicholes@apache.org>
Tue, 21 May 2002 22:00:44 +0000 (22:00 +0000)
commitd0280e9efdc92b21a5012833bbf35b434cc54829
tree86da8794857c4914afded748744bec18d84eacc1
parent2a4855554c4f39982e10c85a62ec2cc21c952d5b
Fixing a memory leak with the threads bucket_allocator.  We were allocating
too much and not freeing up enough.  On a thread exit the bucket and the
transaction pool need to be cleaned up.  When the MPM exits, the main pool
needs to be cleaned up.

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