removeEventListener and Garbage Collection

Hello :slight_smile:

I understand that if enterFrame events are not removed from objects, the Garbage Collector will not remove those objects from memory.

Is this only a problem with enterFrame events or should other events, like addedToStage, be explicitly removed as well?