[Webkit-unassigned] [Bug 99010] New: Fix memory leak for Pasteboard singleton

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 11 01:11:24 PDT 2012


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

           Summary: Fix memory leak for Pasteboard singleton
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: mariusz.g at samsung.com


All ports have generalPasteboard() implementation looks similar to:

Pasteboard* Pasteboard::generalPasteboard()
{
    static Pasteboard* pasteboard = new Pasteboard();
    return pasteboard;
}

Because of this, memory is not deallocated at application exit.

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