Re: Small memory leak in mod_jk

2008-10-19 Thread Rainer Jung
Mladen Turk schrieb: > Rainer Jung wrote: >> >> What do you prefer? >> > > Patched by using conf pool that gets destroyed. > Can you double check it doesn't leek any more. Leak gone :) Thanks. Rainer - To unsubscribe, e-mail:

Re: Small memory leak in mod_jk

2008-10-19 Thread Mladen Turk
Rainer Jung wrote: What do you prefer? Patched by using conf pool that gets destroyed. Can you double check it doesn't leek any more. Regards -- ^(TM) - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-m

Small memory leak in mod_jk

2008-10-19 Thread Rainer Jung
Hi, we have a small memory leak in mod_jk. Every time we restart, we leak a temporary pool, which we use to resolve addresses. How much memory we leak depends on the number of workers. The problem is in common/jk_connect.c, where we create an apr pool to resolve IP addresses. This pool is never