We're adding a read reference in the RemoteSerializedImageBufferProxy constructor, and we never have any reads happen if we destroy the RemoteSerializedImageBufferProxy without transferring to an ImageBuffer. This shouldn't happen often, but can happen if you draw to an OffscreenCanvas, call `commit()`, and then draw again quickly (not waiting for rAF).
Pull request: https://github.com/WebKit/WebKit/pull/11534
Committed 261703@main (284c71ac630f): <https://commits.webkit.org/261703@main> Reviewed commits have been landed. Closing PR #11534 and removing active labels.
<rdar://problem/106767160>
*** Bug 254974 has been marked as a duplicate of this bug. ***