mustang2247 / svgweb

Automatically exported from code.google.com/p/svgweb
Other
0 stars 0 forks source link

Node removed while invalid causes endless frame listening #538

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Add and element. Immediately remove it.

If you add a log statement to SVGNode.drawNode(), you'll find that this element 
will continue to handle every ENTER_FRAME event, consuming a little bit of CPU 
forever.

Original issue reported on code.google.com by grick23@gmail.com on 6 Aug 2010 at 6:08

GoogleCodeExporter commented 8 years ago

Original comment by grick23@gmail.com on 6 Aug 2010 at 6:09

Attachments:

GoogleCodeExporter commented 8 years ago
Fixed in r1218.

Original comment by grick23@gmail.com on 6 Aug 2010 at 6:17