Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The BitmapRef reference counter never reached 0 because it was part of the key, preventing deletion. Changed it to a pointer. The value is never read so doesn't matter if it becomes stale. Fix #3163
- Loading branch information