[Webkit-unassigned] [Bug 125561] New: Memory leak ListPropertyTearOff, AnimatedListPropertyTearOff circular reference
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Dec 11 01:52:42 PST 2013
https://bugs.webkit.org/show_bug.cgi?id=125561
Summary: Memory leak ListPropertyTearOff,
AnimatedListPropertyTearOff circular reference
Product: WebKit
Version: 528+ (Nightly build)
Platform: Unspecified
OS/Version: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: Animations
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: yannick.poirier at inverto.tv
CC: dino at apple.com
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.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list