Comment by bob.whiton:

I have a question regarding the com.google.gwt.event.shared.HandlerManager and memory leaks. Let's say that Object A calls addHandler on Object B which contains an instance of HandlerManager. If I destroy Object A, will Object B still have a reference to it? I could categorize that as a leak. Or, must I always call removeHandler?


For more information:
http://code.google.com/p/google-web-toolkit/wiki/DomEventsAndMemoryLeaks

--
http://groups.google.com/group/Google-Web-Toolkit-Contributors

Reply via email to