Re: memory leak in string array

2009-08-03 Thread Andi Vajda
On Thu, 30 Jul 2009, Aric Coady wrote: On Jul 30, 2009, at 3:18 PM, Andi Vajda wrote: On Thu, 30 Jul 2009, Aric Coady wrote: Looks like there are some memory leaks in JArray_string, when iterating or accessing its items. I've seen it reproduce with 2.4.1 on linux and osx. Attached is a test

Re: memory leak in string array

2009-07-30 Thread Andi Vajda
On Thu, 30 Jul 2009, Aric Coady wrote: On Jul 30, 2009, at 3:18 PM, Andi Vajda wrote: On Thu, 30 Jul 2009, Aric Coady wrote: Looks like there are some memory leaks in JArray_string, when iterating or accessing its items. I've seen it reproduce with 2.4.1 on linux and osx. Attached is a test

Re: memory leak in string array

2009-07-30 Thread Aric Coady
On Jul 30, 2009, at 3:18 PM, Andi Vajda wrote: On Thu, 30 Jul 2009, Aric Coady wrote: Looks like there are some memory leaks in JArray_string, when iterating or accessing its items. I've seen it reproduce with 2.4.1 on linux and osx. Attached is a test case to demonstrate it using Document

Re: memory leak in string array

2009-07-30 Thread Andi Vajda
On Thu, 30 Jul 2009, Aric Coady wrote: Looks like there are some memory leaks in JArray_string, when iterating or accessing its items. I've seen it reproduce with 2.4.1 on linux and osx. Attached is a test case to demonstrate it using Document.getValues, and a potential patch. Arik, I go

memory leak in string array

2009-07-30 Thread Aric Coady
Hey, Looks like there are some memory leaks in JArray_string, when iterating or accessing its items. I've seen it reproduce with 2.4.1 on linux and osx. Attached is a test case to demonstrate it using Document.getValues, and a potential patch. """ Memory leak