ok, thanks
I still got scout not working on phone (problem with flashdevelop)
but for now i can say if gc() works, the component has no memory leak,
right?
Am 06.12.2013 10:36, schrieb Justin Mclean:
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