Bug 125561
Summary: | Memory leak ListPropertyTearOff, AnimatedListPropertyTearOff circular reference | ||
---|---|---|---|
Product: | WebKit | Reporter: | yannick.poirier |
Component: | SVG | Assignee: | 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
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 | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Said Abou-Hallawa
SVG property tear-off object were removed in bug 191237.
*** This bug has been marked as a duplicate of bug 191237 ***