[Webkit-unassigned] [Bug 54955] New: Resource memory leaks in AnimationBase.cpp

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 22 06:41:49 PST 2011


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

           Summary: Resource memory leaks in AnimationBase.cpp
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Page Loading
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: sangeetha.sugavanam at nokia.com


In method ensurePropertyMap() in AnimationBase.cpp, memory is allocated for a Vector of type PropertyWrapperBase.  Unfortunately, memory is never deallocated for this.  A suggestion in the code says to use a refptr and toss it once we are done using the Vector.  Unfortunately, this function is being called by many other methods and because of that destroying using in a refptr in the function itself may lead to crashes.  This bug needs to be further investigated.

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