NEW 252575
Prefer copy over CFRetain for ObjC Callback
https://bugs.webkit.org/show_bug.cgi?id=252575
Summary Prefer copy over CFRetain for ObjC Callback
Seija K.
Reported 2023-02-20 09:09:59 PST
This way, not only does this match the function below it, but we don't have to retain this way anymore, ensuring memory is not leaked, as nothing that releases the Class object could be found.
Attachments
Radar WebKit Bug Importer
Comment 1 2023-02-27 09:10:18 PST
Note You need to log in before you can comment on or make changes to this bug.