Re: Memory not freed with CIImage

2008-06-12 Thread Stefano Falda
WOW it worked! Thank you very much... Anyone filed a bug notice of this to Apple? Thanks to everybody for the suggestions Stefano On 12/giu/08, at 11:51, Fabian wrote: From the archives, originally posted by Rob Keniger: I had problems with this too, and I use a workaround I found

Memory not freed with CIImage

2008-06-11 Thread Stefano Falda
Hello, I've got some code similar to the following, in which I loop in a list of image files and draw their content to another image. I'm working with X-Code3 under Leopard with Garbage Collection ON, but something seems to go wrong, because at the end of all the operations the memory

Re: Memory not freed with CIImage

2008-06-11 Thread Stefano Falda
On 12/giu/08, at 00:34, Nick Zitzmann wrote: It's normal for physical memory sizes to go up, and not come down until either the program is quit or the physical memory is needed elsewhere. Activity Monitor is not a memory leak detector. If you want to know where the memory is going, then