Bug 223824 - Fix leaks in WKInspectorResourceURLSchemeHandler
Summary: Fix leaks in WKInspectorResourceURLSchemeHandler
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: David Kilzer (:ddkilzer)
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2021-03-26 16:07 PDT by David Kilzer (:ddkilzer)
Modified: 2021-03-27 10:16 PDT (History)
6 users (show)

See Also:


Attachments
Patch v1 (3.11 KB, patch)
2021-03-26 16:14 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) 2021-03-26 16:07:56 PDT
Fix leaks in WKInspectorResourceURLSchemeHandler.

Missing some use of adoptNS() and a local variable is never released.
Comment 1 David Kilzer (:ddkilzer) 2021-03-26 16:14:04 PDT
Created attachment 424414 [details]
Patch v1
Comment 2 Joseph Pecoraro 2021-03-27 00:46:07 PDT
Comment on attachment 424414 [details]
Patch v1

Nice!
Comment 3 EWS 2021-03-27 10:15:24 PDT
Committed r275135: <https://commits.webkit.org/r275135>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 424414 [details].
Comment 4 Radar WebKit Bug Importer 2021-03-27 10:16:15 PDT
<rdar://problem/75922102>