Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bugfix: missing initialization code for extstore maint thread objects
The extstore maintenance thread takes permanent ownership of its mutex. Grabbing an uninitialized mutex can result in undefined behavior. In this case the memory is zeroed so probably no harm.
- Loading branch information