Hi,

> seems to work when i call gc() on close

You're assuming that memory is garbage collected frequently rather then when 
required and that may not be the case. You're better off using the Flash 
Profiler or Scout to check for memory leaks. There should be no need to call 
gc() in production code unless you know the user doesn't mind a delay at that 
point in time.

Thanks,
Justin

Reply via email to