Bug 104901

Summary: [GTK] Don't leak GStaticRecMutex
Product: WebKit Reporter: Alberto Garcia <berto>
Component: WebKitGTKAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Minor CC: dglazkov, eric.carlson, feature-media-reviews, levin+threading, pnormand, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description Alberto Garcia 2012-12-13 04:05:05 PST
There's a GStaticRecMutex allocated in webkit_web_audio_src_init(), but it's never freed.
Comment 1 Alberto Garcia 2012-12-13 04:29:06 PST
Created attachment 179249 [details]
Patch
Comment 2 Martin Robinson 2012-12-13 04:31:31 PST
Comment on attachment 179249 [details]
Patch

Nice catch.
Comment 3 WebKit Review Bot 2012-12-13 05:12:47 PST
Comment on attachment 179249 [details]
Patch

Attachment 179249 [details] did not pass chromium-ews (chromium-xvfb):
Output: http://queues.webkit.org/results/15314239

New failing tests:
inspector-protocol/debugger-terminate-dedicated-worker-while-paused.html
Comment 4 WebKit Review Bot 2012-12-13 06:03:14 PST
Comment on attachment 179249 [details]
Patch

Clearing flags on attachment: 179249

Committed r137587: <http://trac.webkit.org/changeset/137587>
Comment 5 WebKit Review Bot 2012-12-13 06:03:18 PST
All reviewed patches have been landed.  Closing bug.