[Webkit-unassigned] [Bug 24094] New: Cleanup leak messages on exit

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 23 07:37:36 PST 2009


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

           Summary: Cleanup leak messages on exit
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Other
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit Qt
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: treat at kde.org


Right now with the Qt port, WebCore::CachedResource is being leaked on exit. 
This happens for every webpage that has a cached resource.  But that is ok,
because WebCore::Cache itself is *designed* to be leaked on exit as it is a
singleton.  However, WebCore::CachedResource has a RefCountedLeakMessage that
prints on exit.

After consulting with Antti it was determined that the best thing the Qt port
could do in this instance is match the Mac ports behavior.  This patch clears
the cache on exit only in Debug builds in the same manner that the Mac port
does.


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list