[Webkit-unassigned] [Bug 20532] New: Memory leaks when animating transforms
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Aug 26 17:25:09 PDT 2008
https://bugs.webkit.org/show_bug.cgi?id=20532
Summary: Memory leaks when animating transforms
Product: WebKit
Version: 528+ (Nightly build)
Platform: Macintosh
OS/Version: Mac OS X 10.5
Status: UNCONFIRMED
Severity: Normal
Priority: P2
Component: CSS
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: cmarrin at apple.com
All the subclasses of TransformOperation::blend() return objects that have been
created using new. This object is never deleted, so always leaks. Attached is a
simple test case which shows the problem. Run it, then close the Safari window,
run leaks on the Safari process and you will see the leaks in
WebCore::RotateTransformOperation.
Note, there's also a leak in NSCFString, but that's unrelated.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the webkit-unassigned
mailing list