Fix a graph invariant violation on cycle detection

This commit is contained in:
2021-05-27 20:31:00 +02:00
parent 158e5353bb
commit e2db0eaca8
3 changed files with 16 additions and 1 deletions

View File

@@ -11,6 +11,9 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
type aliases function the same as the ones they belong to, resolving to either the tracing
versions when debug assertions are enabled or the standard one when they're not.
### Fixed
- Fixed a corruption error where deallocating a previously cyclic mutex could result in a panic.
## [0.1.1] - 2021-05-24
### Changed