Re: [EMAIL PROTECTED] Memory leak issue with ap_get_client_block()

2008-03-13 Thread Joshua Slive
On Thu, Mar 13, 2008 at 10:59 AM, Arnab Ganguly <[EMAIL PROTECTED]> wrote: > Hi All, > I am getting a memory leak issue in Apache 2.2.8 on Red-Hat 5.0. > I tried out the following options > 1) MaxRequestPerChild settings to non zero > 2)I was allocating memory by using apr_palloc from the requ

[EMAIL PROTECTED] Memory leak issue with ap_get_client_block()

2008-03-13 Thread Arnab Ganguly
Hi All, I am getting a memory leak issue in Apache 2.2.8 on Red-Hat 5.0. I tried out the following options 1) MaxRequestPerChild settings to non zero 2)I was allocating memory by using apr_palloc from the request pool but later I replaced to normal malloc and added a clean handler in apr_pool_