diff options
author | Max Kellermann <max@duempel.org> | 2011-01-07 23:08:18 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2011-01-07 23:08:18 +0100 |
commit | 5f06999686b1c02c3dc612fe8a6a84ebecc76405 (patch) | |
tree | 2948e8a460e7128f0f08f11a86229a0a8676e623 /src/output/jack_output_plugin.c | |
parent | 4c09aeb5a1ac7dbf80af680c18f4e36d4776dc8c (diff) | |
download | mpd-5f06999686b1c02c3dc612fe8a6a84ebecc76405.tar.gz mpd-5f06999686b1c02c3dc612fe8a6a84ebecc76405.tar.xz mpd-5f06999686b1c02c3dc612fe8a6a84ebecc76405.zip |
output_thread: fix double lock
During the whole output thread, the audio_output object is locked, and
it is only unlocked while waiting for the GCond and while running a
plugin method. The error handler in ao_play_chunk() attempted to lock
the object again, which was code from MPD 0.15.x which should have
been removed a long time ago.
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions