Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
v5.2 - Resolve memory leak in arcache
If the write miss thread local cache was enabled, a mistake existed in the case where the write thread is under high pressure which could lead to memory being leaked. Nodes are now wrapped in a safe wrapper to ensure they can not be leaked.
- Loading branch information