Also, System.gc() doesn't work on production Flash Players. On 12/6/13 1:36 AM, "Justin Mclean" <jus...@classsoftware.com> wrote:
>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