Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: b6d92a9e238a958376a25b88b470c5b19e0e32dd
https://github.com/WebKit/WebKit/commit/b6d92a9e238a958376a25b88b470c5b19e0e32dd
Author: Chris Dumez <[email protected]>
Date: 2026-02-20 (Fri, 20 Feb 2026)
Changed paths:
M Source/WebKit/NetworkProcess/cocoa/NetworkSessionCocoa.h
M Source/WebKit/NetworkProcess/cocoa/NetworkSessionCocoa.mm
Log Message:
-----------
Ensure we never destroy NSURLSession objects without first calling
invalidateAndCancel on them
https://bugs.webkit.org/show_bug.cgi?id=308269
rdar://170645923
Reviewed by Ryosuke Niwa.
Ensure we never destroy NSURLSession objects without first calling
invalidateAndCancel on them, in order to avoid leaks.
* Source/WebKit/NetworkProcess/cocoa/NetworkSessionCocoa.h:
* Source/WebKit/NetworkProcess/cocoa/NetworkSessionCocoa.mm:
(WebKit::SessionWrapper::~SessionWrapper):
Canonical link: https://commits.webkit.org/307898@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications