• Max Kellermann's avatar
    output_thread: fix double lock · 5f069996
    Max Kellermann authored
    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.
    5f069996
output_thread.c 14.9 KB