Bug 44689 - WorkQueue leaks its dispatch queue
Summary: WorkQueue leaks its dispatch queue
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.6
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar, PlatformOnly
Depends on:
Blocks:
 
Reported: 2010-08-26 08:45 PDT by Adam Roben (:aroben)
Modified: 2010-08-30 10:36 PDT (History)
2 users (show)

See Also:


Attachments
Patch (1.08 KB, patch)
2010-08-30 10:24 PDT, Anders Carlsson
sam: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>