No, it's not true. You're misunderstanding how weak listeners work, how anonymous functions work (you shouldn't use those anyway), and you're also misunderstanding how the garbage collector works.

Whenever you addEventListener, immediately write a function that removes the event listener (such as a destroy method). If you get into this habit, you will never forget to do it and you'll never have this issue ever again.
_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to