RESOLVED FIXED252595
[bmalloc] Use an autoreleasepool in gigacageEnabledForProcess() and shouldProcessUnconditionallyUseBmalloc()
https://bugs.webkit.org/show_bug.cgi?id=252595
Summary [bmalloc] Use an autoreleasepool in gigacageEnabledForProcess() and shouldPro...
David Kilzer (:ddkilzer)
Reported 2023-02-20 12:05:34 PST
Use an autoreleasepool in bmalloc::gigacageEnabledForProcess() and bmalloc::shouldProcessUnconditionallyUseBmalloc(). NSBundle methods are known to create autoreleased objects within Foundation.framework, so clean them up before the function returns. Found while investigating: Bug 221107: JavaScriptCore should build with ARC enabled
Attachments
Radar WebKit Bug Importer
Comment 1 2023-02-20 12:06:57 PST
David Kilzer (:ddkilzer)
Comment 2 2023-02-20 12:10:50 PST
EWS
Comment 3 2023-02-20 15:39:06 PST
Committed 260573@main (80ea8d22d124): <https://commits.webkit.org/260573@main> Reviewed commits have been landed. Closing PR #10378 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.