[Webkit-unassigned] [Bug 57618] New: [GTK] Main loop sources are leaked in RunLoopGtk

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Apr 1 05:39:36 PDT 2011


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

           Summary: [GTK] Main loop sources are leaked in RunLoopGtk
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit2
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: cgarcia at igalia.com


g_source_attach() increments the source ref counter, we should use a GRefPtr for the sources to make sure they are freed. g_source_destroy() doesn't free the source, it marks the source as destroyed and decrements the reference counter, even though the source can't be used anymore, it won't be freed until ref counter is 0.

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