WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
248205
APIObject allocated objects leak in ObjC ARC
https://bugs.webkit.org/show_bug.cgi?id=248205
Summary
APIObject allocated objects leak in ObjC ARC
Timothy Hatcher
Reported
2022-11-21 23:19:31 PST
Web Extensions is using ARC for the WKWebExtension* classes and it turns out the APIObject wrapper object is causing a strong self reference and it never deallocates the objects. This was also masking a few other Web Extension leaks and issues.
Attachments
Add attachment
proposed patch, testcase, etc.
Timothy Hatcher
Comment 1
2022-11-21 23:33:15 PST
Pull request:
https://github.com/WebKit/WebKit/pull/6724
EWS
Comment 2
2022-11-22 14:30:48 PST
Committed
256954@main
(bbb9a28e9547): <
https://commits.webkit.org/256954@main
> Reviewed commits have been landed. Closing PR #6724 and removing active labels.
Radar WebKit Bug Importer
Comment 3
2022-11-22 14:31:16 PST
<
rdar://problem/102612963
>
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