Will a DisplayObject be garbage collected if its reference is set to null, but it's not removed from the display list?
Will a DisplayObject
be garbage collected开发者_Go百科 if the only reference keeping it in memory is set to null
, but it's not removed from the display list?
If it is in a display list, there are still references to it in the system.
精彩评论