Bug 186114 - Fix leak of a CVPixelBufferRef due to an early return in -[RTCVideoEncoderH264 encode:codecSpecificInfo:frameTypes:]
Summary: Fix leak of a CVPixelBufferRef due to an early return in -[RTCVideoEncoderH26...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebRTC (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: David Kilzer (:ddkilzer)
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2018-05-30 16:17 PDT by David Kilzer (:ddkilzer)
Modified: 2018-05-31 11:15 PDT (History)
5 users (show)

See Also:


Attachments
Patch v1 (3.04 KB, patch)
2018-05-30 16:27 PDT, David Kilzer (:ddkilzer)
no flags Details | Formatted Diff | Diff
Patch v2 (3.07 KB, patch)
2018-05-30 16:34 PDT, David Kilzer (:ddkilzer)
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description David Kilzer (:ddkilzer) 2018-05-30 16:17:08 PDT
Fix leak of a CFPixelBuffer due to early rerturn in -[RTCVideoEncoderH264 encode:codecSpecificInfo:frameTypes:].
Comment 1 David Kilzer (:ddkilzer) 2018-05-30 16:27:28 PDT
Created attachment 341615 [details]
Patch v1
Comment 2 Radar WebKit Bug Importer 2018-05-30 16:29:10 PDT
<rdar://problem/40668097>
Comment 3 Radar WebKit Bug Importer 2018-05-30 16:29:11 PDT
<rdar://problem/40668098>
Comment 4 David Kilzer (:ddkilzer) 2018-05-30 16:33:15 PDT
<rdar://problem/40668097>
Comment 5 David Kilzer (:ddkilzer) 2018-05-30 16:34:15 PDT
Created attachment 341618 [details]
Patch v2
Comment 6 WebKit Commit Bot 2018-05-30 17:18:52 PDT
Comment on attachment 341618 [details]
Patch v2

Clearing flags on attachment: 341618

Committed r232322: <https://trac.webkit.org/changeset/232322>
Comment 7 WebKit Commit Bot 2018-05-30 17:18:53 PDT
All reviewed patches have been landed.  Closing bug.