Bug 44689

Summary: WorkQueue leaks its dispatch queue
Product: WebKit Reporter: Adam Roben (:aroben) <aroben>
Component: WebKit2Assignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: andersca, sam
Priority: P2 Keywords: InRadar, PlatformOnly
Version: 528+ (Nightly build)   
Hardware: PC   
OS: OS X 10.6   
Attachments:
Description Flags
Patch sam: review+

Description Adam Roben (:aroben) 2010-08-26 08:45:22 PDT
WorkQueue (on Mac OS X) allocates a dispatch queue, but never releases it. This causes it to leak the queue.
Comment 1 Adam Roben (:aroben) 2010-08-26 08:48:43 PDT
<rdar://problem/8358509>
Comment 2 Anders Carlsson 2010-08-30 10:24:47 PDT
Created attachment 65929 [details]
Patch
Comment 3 Anders Carlsson 2010-08-30 10:36:30 PDT
Committed r66396: <http://trac.webkit.org/changeset/66396>