• Max Kellermann's avatar
    output_thread: check again if output is open on CANCEL · 2c908fde
    Max Kellermann authored
    When the player thread unpauses, it sends CANCEL to the output thread,
    after having checked that the output is still open.  Problem is when
    the output thread closes the device before it can process the CANCEL
    command - race condition.  This patch adds another "open" check inside
    the output thread.
    2c908fde
Name
Last commit
Last update
doc Loading commit data...
m4 Loading commit data...
scripts Loading commit data...
src Loading commit data...
test Loading commit data...
.gitignore Loading commit data...
AUTHORS Loading commit data...
COPYING Loading commit data...
INSTALL Loading commit data...
Makefile.am Loading commit data...
NEWS Loading commit data...
README Loading commit data...
UPGRADING Loading commit data...
autogen.sh Loading commit data...
configure.ac Loading commit data...
valgrind.suppressions Loading commit data...