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

Chris Dumez
Reported 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.
Attachments
Patch (8.09 KB, patch)
2014-10-13 15:43 PDT, Chris Dumez
no flags
Chris Dumez
Comment 1 2014-10-13 15:43:14 PDT
WebKit Commit Bot
Comment 2 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>
WebKit Commit Bot
Comment 3 2014-10-13 16:46:28 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.