are event listeners garbage collected?

apologies if this has been covered elsewhere;

Example: One display group setup (as a parent container) with several display objects and physics bodies inserted into it. (Some of those objects have event listeners running).

On level end or exit: Calling removeSelf() on the display group will apparently remove both the display group and all child objects.

My question is, are the event listeners automatically garbage collected or do I have to implicitly remove each one? [import]uid: 9389 topic_id: 6810 reply_id: 306810[/import]

You have to remove each one. Its in the docs somewhere, or maybe another forum post. [import]uid: 8872 topic_id: 6810 reply_id: 23819[/import]

ok thanks. i suspected that was the case. [import]uid: 9389 topic_id: 6810 reply_id: 23826[/import]