-
Notifications
You must be signed in to change notification settings - Fork 474
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
673: Fix two memory leaks in crossbeam-skiplist r=taiki-e a=sticnarf Closes #671. Closes #672. The first one is like a6de0ca, but the previous commit missed fixing `RefRange`. The second problem is that `remove` increases the ref count but not returning the entry when the tower is not marked by the current thread. So the leak should be fixed if we always return the entry once the ref count is increased. Co-authored-by: Yilin Chen <[email protected]>
- Loading branch information
Showing
1 changed file
with
21 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters