Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add missing mutex acquisition when manipulating active_contexts_list
The `active_contexts_list` is supposed to be protected by the `active_contexts_lock` mutex. Upon code review, found one place where the mutex was not acquired.
- Loading branch information