Bug 153954

Summary: Call CFRelease() on SecRequirementRef when no longer needed
Product: WebKit Reporter: Daniel Bates <dbates>
Component: WebKit2Assignee: Daniel Bates <dbates>
Status: RESOLVED FIXED    
Severity: Normal CC: aestes, andersca, bfulgham, mitz, sam, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Local Build   
Hardware: Mac   
OS: OS X 10.11   
Attachments:
Description Flags
Patch none

Description Daniel Bates 2016-02-06 14:13:46 PST
We should call CFRelease() on the SecRequirementRef allocated by SecRequirementCreateWithString() when we are done using it to avoid a memory leak.
Comment 1 Radar WebKit Bug Importer 2016-02-06 14:14:50 PST
<rdar://problem/24540259>
Comment 2 Daniel Bates 2016-02-06 14:17:28 PST
Created attachment 270804 [details]
Patch
Comment 3 Daniel Bates 2016-02-06 18:03:23 PST
Comment on attachment 270804 [details]
Patch

Clearing flags on attachment: 270804

Committed r196234: <http://trac.webkit.org/changeset/196234>
Comment 4 Daniel Bates 2016-02-06 18:03:26 PST
All reviewed patches have been landed.  Closing bug.