You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by rb...@covalent.net on 2001/01/05 18:53:34 UTC

Big leaks found, fixing now. :-)

We have memory leaks on almost every single bucket type that we
implement.  I am beginning to fix this, but the general problem is that
we have used ap_bucket_destroy_notimpl.  Almost EVERY bucket type we have
does allocate memory.  Any time we allocate memory on creation, we have to
free it when we destroy the bucket.  Expect a patch later today.

Ryan


_______________________________________________________________________________
Ryan Bloom                        	rbb@apache.org
406 29th St.
San Francisco, CA 94131
-------------------------------------------------------------------------------