RESOLVED DUPLICATE of bug 191237 125561
Memory leak ListPropertyTearOff, AnimatedListPropertyTearOff circular reference
https://bugs.webkit.org/show_bug.cgi?id=125561
Summary Memory leak ListPropertyTearOff, AnimatedListPropertyTearOff circular reference
yannick.poirier
Reported 2013-12-11 01:50:54 PST
SVGListPropertyTearOff is keeping a ref to AnimatedListPropertyTearOff (RefPtr<AnimatedListPropertyTearOff> m_animatedProperty) AnimatedListPropertyTearOff is also keeping a ref to SVGListPropertyTearOff (RefPtr<SVGProperty> m_baseVal, RefPtr<SVGProperty> m_animVal) These 2 objects are referencing each other and are never released.
Attachments
Said Abou-Hallawa
Comment 1 2023-05-10 10:39:37 PDT
SVG property tear-off object were removed in bug 191237. *** This bug has been marked as a duplicate of bug 191237 ***
Note You need to log in before you can comment on or make changes to this bug.