Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
storage: clear *cmd references in cmdQ buffers before re-use
This commit ensures that the *cmd references in the overlaps buffer that the CommandQueue uses to avoid repeat allocations are cleared after use. This prevents the buffer from accidentally holding references to *cmd objects and preventing them from being GCed. Release note (bug fix): The CommandQueue makes sure to clear references to objects in its buffers to allow those objects to be reclaimed by the garbage collector.
- Loading branch information