You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Bill Stoddard <bi...@wstoddard.com> on 2004/05/17 19:06:04 UTC

Re: cvs commit: httpd-2.0/server core.c

jorton@apache.org wrote:
> jorton      2004/05/17 08:24:31
> 
>   Modified:    server   core.c
>   Log:
>   * server/core.c (core_output_filter): Don't explicitly delete the EOC
>   bucket, and don't buffer the brigade if it ends in an EOC.
>   

Won't this change result in a memory leak?

Bill

Re: cvs commit: httpd-2.0/server core.c

Posted by Joe Orton <jo...@redhat.com>.
On Mon, May 17, 2004 at 01:06:04PM -0400, Bill Stoddard wrote:
> jorton@apache.org wrote:
> >jorton      2004/05/17 08:24:31
> >
> >  Modified:    server   core.c
> >  Log:
> >  * server/core.c (core_output_filter): Don't explicitly delete the EOC
> >  bucket, and don't buffer the brigade if it ends in an EOC.
> 
> Won't this change result in a memory leak?

The brigade is destroyed further down the function, so no.

joe