[flexcoders] Memory Leak and SuperImage

2008-11-04 Thread Alexander Baetz
Hi, i'm new to flex and have the following problem. When i run my application firefox and IE require nearly 5mb per second more memory and run on 100% cpu. Are there common mistakes i could have made? The only data i load are images with the help of the super image component. (

Re: [flexcoders] Memory Leak and SuperImage

2008-11-04 Thread Alexander Baetz
I tried to debug it with the flex builder profiler, but i dont quite undertstand the outputs there. There aren't to many instance of my classes out there. Mostly one or two more than visible. my guess is that the garbage collector didnt collect them in time for the snapshot. what worries me