Skip to content

mutex-posix: Log pthread_mutex_unlock() error

Tanu Kaskinen requested to merge tanuk/pulseaudio:log-mutex-failure into master

This call has been seen failing on FreeBSD, and it's difficult to debug without seeing which error the function returned.

Fixes: #988 (closed)

Merge request reports