Bug 125561

Summary: Memory leak ListPropertyTearOff, AnimatedListPropertyTearOff circular reference
Product: WebKit Reporter: yannick.poirier
Component: SVGAssignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: dino, graouts, sabouhallawa, zimmermann
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   

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.