On Sat, May 05, 2007 at 11:42:23AM +0200, Joachim Zobel wrote:
> I am currently trying to track down a glibc memory corruption. To do
> this I tried the following (see below). This is done on prefork.
> 
>         ap_log_perror(APLOG_MARK, APLOG_DEBUG, 0, p_cur,
>                 "xml2_free will free %x.", mem);
>         free(mem);
> 
Shouldn't you use arp_pool_cleanup_*() instead of bare free?
Regards.

Reply via email to