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
314802
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
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2026-05-14 01:17:32 PDT
<
rdar://problem/177049985
>
Dan Glastonbury
Comment 2
2026-05-14 01:22:34 PDT
Pull request:
https://github.com/WebKit/WebKit/pull/64916
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.
Top of Page
Format For Printing
XML
Clone This Bug