RESOLVED FIXED248205
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
Timothy Hatcher
Comment 1 2022-11-21 23:33:15 PST
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
Note You need to log in before you can comment on or make changes to this bug.