You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by pq...@apache.org on 2005/03/16 00:16:01 UTC

svn commit: r157608 - apr/apr-util/branches/1.1.x/CHANGES

Author: pquerna
Date: Tue Mar 15 15:16:00 2005
New Revision: 157608

URL: http://svn.apache.org/viewcvs?view=rev&rev=157608
Log:
Fixing a memory leak in the bucket brigades changes code in apr-util, not apr.

Modified:
    apr/apr-util/branches/1.1.x/CHANGES

Modified: apr/apr-util/branches/1.1.x/CHANGES
URL: http://svn.apache.org/viewcvs/apr/apr-util/branches/1.1.x/CHANGES?view=diff&r1=157607&r2=157608
==============================================================================
--- apr/apr-util/branches/1.1.x/CHANGES (original)
+++ apr/apr-util/branches/1.1.x/CHANGES Tue Mar 15 15:16:00 2005
@@ -1,5 +1,7 @@
 Changes with APR-util 1.1.1
 
+  *) Fix memory leak in buckets when using APR_POOL_DEBUG mode. [Joe Schaefer]
+
   *) find_apu.m4: Try installed APR-util before bundled copy if --with-apr-util
      not passed to configure.  [Justin Erenkrantz]