WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED CONFIGURATION CHANGED
252911
Memory leak WKHoverPlatter 96 bytes
https://bugs.webkit.org/show_bug.cgi?id=252911
Summary
Memory leak WKHoverPlatter 96 bytes
edson
Reported
2023-02-24 09:21:23 PST
Created
attachment 465154
[details]
Instrument Memory leak (WKHoverPlatter 96 bytes x1) The leak happens when webview is presented I'm using Xcode 14.0.1 and the app is running on iOS 15.3.1 Code example: import UIKit import WebKit class ViewController: UIViewController { @IBOutlet weak var ContentView: UIView! private lazy var webView: WKWebView = { let webView = WKWebView(frame: .zero) webView.translatesAutoresizingMaskIntoConstraints = false return webView }() override func viewDidLoad() { super.viewDidLoad() view.addSubview(webView) webView.loadHTMLString("Test", baseURL: Bundle.main.bundleURL) } }
Attachments
Instrument
(915.64 KB, image/png)
2023-02-24 09:21 PST
,
edson
no flags
Details
View All
Add attachment
proposed patch, testcase, etc.
Alexey Proskuryakov
Comment 1
2023-02-27 13:28:13 PST
WKHoverPlatter doesn't exist as of iOS 16, removed in
https://commits.webkit.org/250754@main
There isn't anything for WebKit to fix at this point, so marking RESOLVED.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug