mirror of
https://github.com/novnc/noVNC.git
synced 2026-05-27 07:29:41 +00:00
This commit ensures that input arrays are copied to new storage when they are pushed onto the render queue. This ensures that they are not overwritten before they are eventually used. Fixes #571