Hi,
I am using the ModuleManager and IModuleInterface for loading and
unloading Modules in Flex. My question is regarding effective garbage
collecting on unloading a loaded module. I am following the norm in
regards to removing listeners and as many references to the loaded
module as I can trace but for some reason tracing System.totalMemory
is still showing a big fat amount chunk of memory not clearing on
module.unload().
Any tips, tricks, advice etc.
Cheers,
Simon