[EMAIL PROTECTED] wrote:
Author: rpluem
Date: Tue Aug 12 11:47:05 2008
New Revision: 685262
URL: http://svn.apache.org/viewvc?rev=685262&view=rev
Log:
* Fix a memory leak introduced in r683756 and a free call to a non malloced
pointer in the case that the platform has no threads.
Remark: This is not a backport from trunk since code in trunk works
differently. On trunk we use the possibility to run pre cleanups on pool
destruction.
We might want to note this one in CHANGES, if only to communicate why
there was no 1.3.3 apr-util?