Am Samstag, den 05.05.2007, 14:00 +0200 schrieb Mike:
> 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.

Sorry, the free is rather an illustration and mem is not from a pool.
p_cur is not logging, thats my problem.

Sincerely,
Joachim


Reply via email to