[Webkit-unassigned] [Bug 53994] New: PlatformCAAnimation(const PlatformCAAnimation*) on Mac leaks, doesn't work correctly

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 8 04:59:17 PST 2011


https://bugs.webkit.org/show_bug.cgi?id=53994

           Summary: PlatformCAAnimation(const PlatformCAAnimation*) on Mac
                    leaks, doesn't work correctly
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh
        OS/Version: Mac OS X 10.5
            Status: NEW
          Keywords: NeedsRadar, PlatformOnly
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: aroben at apple.com
                CC: simon.fraser at apple.com, cmarrin at apple.com


The PlatformCAAnimation(const PlatformCAAnimation*) constructor on Mac [1] leaks and doesn't initialize the PlatformCAAnimation correctly. Rather than initializing "this", it creates and throws away a new PlatformCAAnimation object. This results in leaks [2], and I can only assume results in incorrect rendering.

1. http://trac.webkit.org/browser/trunk/WebCore/platform/graphics/ca/mac/PlatformCAAnimationMac.mm?rev=73731#L190
2. http://build.webkit.org/results/SnowLeopard%20Intel%20Leaks/r77920%20(14677)/DumpRenderTree-leaks.txt

-- 
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