Bug 137677 - [Mac] Return value of createImageSourceOptions() is leaked in ImageSourceCG
Summary: [Mac] Return value of createImageSourceOptions() is leaked in ImageSourceCG
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Platform (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac Unspecified
: P2 Normal
Assignee: Chris Dumez
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-10-13 15:37 PDT by Chris Dumez
Modified: 2014-10-13 16:46 PDT (History)
4 users (show)

See Also:


Attachments
Patch (8.09 KB, patch)
2014-10-13 15:43 PDT, Chris Dumez
no flags Details | Formatted Diff | Diff

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