Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix with_acquire: release a non locked mutex is UB
This is segfaulting (on ubuntu 16.04 and 16.10) when trying to release the unlocked mutex in the release stage (in general this is an undefined behavior).
- Loading branch information