Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix leak in internal implementation of a lock (#337)
While debugging a memory issue in one of our applications, we found a large number of leaked lock instances. This PR fixes the small but rapidly accumulating leak in the internal `Lock` implementation. Signed-off-by: Franz Höpfner <[email protected]>
- Loading branch information