Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 9a38ea514aa244c5174401f75249858779c7e7b3
https://github.com/WebKit/WebKit/commit/9a38ea514aa244c5174401f75249858779c7e7b3
Author: David Kilzer <[email protected]>
Date: 2025-10-11 (Sat, 11 Oct 2025)
Changed paths:
M Source/WebKit/UIProcess/API/Cocoa/WKWebViewTesting.mm
M Source/WebKit/UIProcess/DigitalCredentials/WKDigitalCredentialsPicker.mm
Log Message:
-----------
Fix instance variable leaks of WKRequestDataResult and _WKNowPlayingMetadata
<https://bugs.webkit.org/show_bug.cgi?id=300557>
<rdar://162440921>
Reviewed by Geoffrey Garen.
Add missing -dealloc methods to fix instance variable leaks.
* Source/WebKit/UIProcess/API/Cocoa/WKWebViewTesting.mm:
(-[_WKNowPlayingMetadata dealloc]): Add.
* Source/WebKit/UIProcess/DigitalCredentials/WKDigitalCredentialsPicker.mm:
(-[WKRequestDataResult initWithRequestDataBytes:protocol:]):
- Fix missing retain of _requestDataBytes when assigning
requestDataBytes method parameter.
(-[WKRequestDataResult dealloc]): Add.
Canonical link: https://commits.webkit.org/301364@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes