Bug 125561 - Memory leak ListPropertyTearOff, AnimatedListPropertyTearOff circular reference
Summary: Memory leak ListPropertyTearOff, AnimatedListPropertyTearOff circular reference
Status: RESOLVED DUPLICATE of bug 191237
Alias: None
Product: WebKit
Classification: Unclassified
Component: SVG (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-12-11 01:50 PST by yannick.poirier
Modified: 2023-05-10 10:39 PDT (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description yannick.poirier 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.
Comment 1 Said Abou-Hallawa 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 ***