[Webkit-unassigned] [Bug 27211] New: fastMalloc and fastFree mismatch correction

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jul 13 04:58:53 PDT 2009


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

           Summary: fastMalloc and fastFree mismatch correction
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: hzoltan at inf.u-szeged.hu


An array in CSSSelectorList.cpp has been allocated with fastMalloc and freed
with delete instead of fastFree.

fastFree should be called to match fastMalloc and fastFree. (It is very
important for custom allocation framework.)

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