Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't evict memory before freeing it. (#459)
Memory eviction is not queue ordered, so unsafe to perform here. But it's probably not needed as we're freeing the memory anyway. This was triggered by the recent resize implementation, which frees quickly after issueing a copy operation.
- Loading branch information