Bug 142471

Summary: [Win] WTF::WorkQueue does not balance ref/deref properly
Product: WebKit Reporter: Brent Fulgham <bfulgham>
Component: WebCore Misc.Assignee: Brent Fulgham <bfulgham>
Status: RESOLVED FIXED    
Severity: Normal CC: andersca, benjamin, bfulgham, cmarcelo, commit-queue, koivisto, sam
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: All   
Bug Depends on: 142432, 142447, 142560    
Bug Blocks:    
Attachments:
Description Flags
Patch koivisto: review+

Description Brent Fulgham 2015-03-08 20:23:52 PDT
I overlooked a 'deref' in the WTF::WorkQueue implementation. I should have had a test to avoid this!

Let's fix both problems.
Comment 1 Brent Fulgham 2015-03-08 20:36:25 PDT
Created attachment 248228 [details]
Patch
Comment 2 Brent Fulgham 2015-03-08 21:16:06 PDT
Committed r181257: <http://trac.webkit.org/changeset/181257>