https://issues.apache.org/bugzilla/show_bug.cgi?id=44806





--- Comment #19 from rahul <[EMAIL PROTECTED]>  2008-06-03 01:48:09 PST ---
> >   if (psf->bind_addr != NULL) freeaddrinfo(psf->bind_addr);
> > 
> > Otherwise, we could cause a slow memory leak over time.  Reading
> > getaddrinfo()'s man page reminded me of this.
> 

call_resolver seems to be doing a freeaddrinfo on the original address list,
and
returning back a duplicated list allocated from the pool. So I guess
freeaddrinfo is incorrect in the pool-alloced mem.


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to