[webkit-changes] [WebKit/WebKit] 4be6aa: REGRESSION (252425 at main): Leaks in CcidService::pl...
Commit Queue
noreply at github.com
Fri May 5 07:54:09 PDT 2023
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 4be6aa4d99fd82efb3c7ba259d57c12dfaae4b8f
https://github.com/WebKit/WebKit/commit/4be6aa4d99fd82efb3c7ba259d57c12dfaae4b8f
Author: David Kilzer <ddkilzer at apple.com>
Date: 2023-05-05 (Fri, 05 May 2023)
Changed paths:
M Source/WebKit/UIProcess/WebAuthentication/Cocoa/CcidService.mm
Log Message:
-----------
REGRESSION (252425 at main): Leaks in CcidService::platformStartDiscovery() and CcidService::updateSlots()
https://bugs.webkit.org/show_bug.cgi?id=256348
<rdar://108930133>
Reviewed by J Pascoe.
* Source/WebKit/UIProcess/WebAuthentication/Cocoa/CcidService.mm:
(WebKit::CcidService::platformStartDiscovery):
(WebKit::CcidService::updateSlots):
- Use adoptNS().get() to fix leaks.
Canonical link: https://commits.webkit.org/263720@main
More information about the webkit-changes
mailing list