RESOLVED FIXED314802
Cache CGColorTransform per thread.
https://bugs.webkit.org/show_bug.cgi?id=314802
Summary Cache CGColorTransform per thread.
Dan Glastonbury
Reported 2026-05-14 01:17:26 PDT
In 313211@main, platformConvertColorComponents() was changed to hold a cached CGColorTransform that is never released. This should be turned into a thread-local, so that the cached CGColorTransform is released when the thread is destroyed.
Attachments
Radar WebKit Bug Importer
Comment 1 2026-05-14 01:17:32 PDT
Dan Glastonbury
Comment 2 2026-05-14 01:22:34 PDT
EWS
Comment 3 2026-05-14 04:24:10 PDT
Committed 313236@main (21accbddc744): <https://commits.webkit.org/313236@main> Reviewed commits have been landed. Closing PR #64916 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.