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 [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED ------- Additional Comments From [EMAIL PROTECTED] 2007-09-25 20:13 ------- Hi Archie. Thanks for looking into this. You are right in that SVGTextElementBridge needs to remove its event listeners regardless of how the element is removed from the document. I could not reproduce the OOME using the small test document you provided (the listeners that are added in SVGTextElementBridge.addTextEventListeners() are stored in a SoftReference cache by the ctx.storeEventListenerNS() calls, and this was sufficient for them to be cleared when memory filled up). However, the linkingViewBox.svg document did cause the OOME. I've applied a similar fix to the one you provided. > In particular, does SVG12TextElementBridge have this same bug? It would have, since it inherits the bug from SVGTextElementBridge. -- 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]
