I am in a very peculiar situation here with my AS3 code. I was profiling my app in Flash Builder 4.5.1 as it seemed that it wasn’t GC-ing some objects properly.
Can somebody advice me as to how to get rid of this object? Or how to determine what is holding it alive?
- What does 1 Path mean?
- What is that GC Root and how it got there?
I am using robotlegs with IModuleContext, SignalCommandMap, LazyMediatorMap.


EDIT #1: It could be related to the robotlegs injector issue… or not, still waiting for some answers. Thanks.
Issue was fixed in newer Flash Player version.
There was GC Root yes on other objects that should be disposed … and they were, I’ve just taken Memory snapshot too soon. In next Memory snapshot objects weren’t there.
Mysterious Flash Player and its GC….