Bug 242295

Summary: [GLIB] Fix memory leak in KeyedEncoderGlib finishEncoding()
Product: WebKit Reporter: James Hilliard <james.hilliard1>
Component: WPE WebKitAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: bugs-noreply
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Description James Hilliard 2022-07-03 05:04:42 PDT
We need to use adoptGRef when calling g_variant_get_data_as_bytes as the return is already ref'd.
Comment 1 James Hilliard 2022-07-03 05:07:04 PDT
Pull request: https://github.com/WebKit/WebKit/pull/2039
Comment 2 EWS 2022-07-03 05:35:12 PDT
Committed 252100@main (025cae4a4ff5): <https://commits.webkit.org/252100@main>

Reviewed commits have been landed. Closing PR #2039 and removing active labels.