Dude do not create popup every time using createPopup, instead use addPopup.
The creation/deletion of popup is not the cause of memory leak, its the events attached to the objects within the popup causes it, so suggested use weak-references. Anand On Oct 14, 10:35 am, "mani china" <[EMAIL PROTECTED]> wrote: > It seems everytime you add, it create a new instance, you could use trace() > to see what happened~ > > On Tue, Oct 14, 2008 at 12:51 PM, raajasoft <[EMAIL PROTECTED]> wrote: > > > Hi all, > > > when i use popups dialogue (createPopUp/deletePopUp TitleWindow) > > memory Leak happen and when i close the popup still the memory used by > > the popup class(mxml file) still there (used flex 3.0 profiler ) . > > every time i the popup of same class(mxml file) memory keep on > > increasing every time. > > > thanks and waiting for reply, > > > raaja --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

