Hi Karthik, Have you tried profiling your application? Try taking memory snapshot and narrow down the object that is actually leaking with the flex profiler. If your pretty sure ArrayCollection is the problem , you can simply set arrayCollection Instance.length=o. This will release all the memory as well.
Refer to this link for knowing more on flex profiler: http://livedocs.adobe.com/flex/3/html/help.html?content=profiler_1.html Thanks, Naveen On Mon, Nov 7, 2011 at 12:57 PM, karthik s <[email protected]> wrote: > Hello Everyone, > > Iam karthik. Only few days before I joined this group. I wanted to post > you my query. If anyone knows this, pls reply me. > > Iam using SuperTab Navigator and I had so many arraycollections in every > page. If I want to close the page I need to kill the arraycollection. > If I declare the arraycollection to null when closing the page, memory is > not reducing in IE. So what can I do to avoid the memory leak. > > And what are all the points I have to follow to avoid memory leak. Am > using Cairngorm Architecture..... > > > Thanks & Regards > Karthik.S > > -- > You received this message because you are subscribed to the Google Groups > "Flex India Community" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/flex_india?hl=en. > -- You received this message because you are subscribed to the Google Groups "Flex India Community" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/flex_india?hl=en.

