Re: svn commit: r817809 - in /apr/apr/branches/1.4.x: CHANGES include/apr_hash.h tables/apr_hash.c

2012-01-30 Thread Philip Martin
Bojan Smojver bo...@rexursive.com writes: On Tue, 2009-09-22 at 20:06 +, minf...@apache.org wrote: URL: http://svn.apache.org/viewvc?rev=817809view=rev Log: The implementation of expand_array() in tables/apr_hash.c allocates a new bucket array, without making any attempt to release the

Re: svn commit: r817809 - in /apr/apr/branches/1.4.x: CHANGES include/apr_hash.h tables/apr_hash.c

2012-01-30 Thread Bojan Smojver
On Mon, 2012-01-30 at 10:22 +, Philip Martin wrote: It was reverted because it means the hash table data is not available in pool cleanup handlers I guess it should then be reverted on the 1.5.x branch as well. -- Bojan

Re: svn commit: r817809 - in /apr/apr/branches/1.4.x: CHANGES include/apr_hash.h tables/apr_hash.c

2012-01-30 Thread Philip Martin
Bojan Smojver bo...@rexursive.com writes: On Mon, 2012-01-30 at 10:22 +, Philip Martin wrote: It was reverted because it means the hash table data is not available in pool cleanup handlers I guess it should then be reverted on the 1.5.x branch as well. Yes, I believe so. -- Philip

Re: svn commit: r817809 - in /apr/apr/branches/1.4.x: CHANGES include/apr_hash.h tables/apr_hash.c

2012-01-29 Thread Bojan Smojver
On Tue, 2009-09-22 at 20:06 +, minf...@apache.org wrote: URL: http://svn.apache.org/viewvc?rev=817809view=rev Log: The implementation of expand_array() in tables/apr_hash.c allocates a new bucket array, without making any attempt to release the memory allocated for the previous