Skip to content
Commit 1d1cee12 authored by Jason Evans's avatar Jason Evans
Browse files

Add a missing mutex unlock in malloc_init_hard() error path.

Add a missing mutex unlock in a malloc_init_hard() error path (failed
mutex initialization).  In practice this bug was very unlikely to ever
trigger, but if it did, application deadlock would likely result.

Reported by Pat Lynch.
parent e2985a23
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment