DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=41988>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=41988 ------- Additional Comments From [EMAIL PROTECTED] 2007-04-23 13:42 ------- Created an attachment (id=20022) --> (http://issues.apache.org/bugzilla/attachment.cgi?id=20022&action=view) Fix for this bug. I think I've found the problem. The SVGTextElementBridge class must override the dispose() method to unregister the listeners, but it was not doing this. The attached patch fixes this particular memory leak bug for me. NOTE however that there may be other instances of this kind of bug in the code. The thing to do it seems would be to look for subclasses of AbstractGraphicsNodeBridge that allocate resources in initializeDynamicSupport() but don't free them in dispose() (or don't override dispose() at all). In particular, does SVG12TextElementBridge have this same bug? -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
