Hi all,

I was just wondering if there's a decisive/efficient way to completely
clear Away from memory. I've tried doing this by removing the view
from the stage and setting it to null, as well as disposing of all
BitmapData's used etc, but when I profile my application in flash
builder the view instance remains, as well as the scene, camera etc.
Based on the allocation trace in flash builder it seems like the issue
is that the the view and other Away elements, are all still tied to
memory by numerous eventListeners. Is there a method available that
completely deletes the view, or any other efficient way to clear all
of away's eventListeners without sifting through the entire engine,
finding each listener and manually removing it?

Thanks,

Phil

Reply via email to