There seems to be an issue with modules unloading in an application. I have a very simple application that just loads a module. The module is a repeating animation that is processor intensive.
I unload the module by calling unloadModule() method on the moduleLoader and setting the url = null .. the problem is the browser memory doesn't decrease. The CPU processor does drop back down but there is a processor leak as well. If you load and unload the module repeatedly the processor usage continues to climb as well as the memory.

