[Webkit-unassigned] [Bug 39494] New: Change filenameFromString to return CString

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri May 21 09:49:35 PDT 2010


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

           Summary: Change filenameFromString to return CString
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Platform
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: kwangyul.seo at gmail.com


filenameFromString returns a newly allocated string and the caller must free the string. GTK and EFL ports use g_free while all others ports use fastFree. This is confusing because the same function behaves differently with respect to ports. Change filenameFromString to return CString.

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