Garbage collection does not happen at your request. It is lazy and does it when it feels like it. You can use Flex Builder 3 beta which does have a 'force gc' button when running in debug. This can help you identify if you still have references, or if the gc just hasn't happened.
Steve On Feb 13, 2008 6:45 AM, Guilherme Defreitas Juraszek <[EMAIL PROTECTED]> wrote: > > > > Hey Guys > > > > I have a problem with Flash Runtime. While the flex application is running, > the browser increase de memory utilization, but after close the tabs (inside > flex app) the memory consume not decrease. I try to alter my code to myvar = > null to force the Garbage Collector to clear, but not works fine. What's > happening? > > > > Tks > > > >

