Bug 137677

Summary: [Mac] Return value of createImageSourceOptions() is leaked in ImageSourceCG
Product: WebKit Reporter: Chris Dumez <cdumez>
Component: PlatformAssignee: Chris Dumez <cdumez>
Status: RESOLVED FIXED    
Severity: Normal CC: barraclough, commit-queue, hyatt, simon.fraser
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Mac   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description Chris Dumez 2014-10-13 15:37:59 PDT
The return value of createImageSourceOptions() is leaked in ImageSourceCG.cpp. It returns a CFDictionaryRef created using CFDictionaryCreate(). Therefore, the return value should be released but it currently is not.
Comment 1 Chris Dumez 2014-10-13 15:43:14 PDT
Created attachment 239754 [details]
Patch
Comment 2 WebKit Commit Bot 2014-10-13 16:46:23 PDT
Comment on attachment 239754 [details]
Patch

Clearing flags on attachment: 239754

Committed r174665: <http://trac.webkit.org/changeset/174665>
Comment 3 WebKit Commit Bot 2014-10-13 16:46:28 PDT
All reviewed patches have been landed.  Closing bug.