dev  

Re: svn commit: r677505 - /apr/apr-util/trunk/misc/apr_reslist.c

Bojan Smojver
Fri, 18 Jul 2008 03:04:17 -0700

On Fri, 2008-07-18 at 16:30 +1000, Bojan Smojver wrote:
>   *r=apr_pcalloc(rpool,sizeof(**r));

This should really be malloc()'ed and free in de().

-- 
Bojan