aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2010-11-04 21:30:16 +0100
committerMax Kellermann <max@duempel.org>2010-11-04 23:44:23 +0100
commit8d5fa754e8e9a0de7b03413bb5433e1626368927 (patch)
tree2fdeeefd73b0a0a786a679cf527bbc3fab7ca566 /NEWS
parent2ee047a1ddf2bb4d7e25a259492952c6128a749d (diff)
downloadmpd-8d5fa754e8e9a0de7b03413bb5433e1626368927.tar.gz
mpd-8d5fa754e8e9a0de7b03413bb5433e1626368927.tar.xz
mpd-8d5fa754e8e9a0de7b03413bb5433e1626368927.zip
output_thread: fix assertion failure due to race condition in OPEN
Change the assertion on "fail_timer==NULL" in OPEN to a runtime check. This assertion crashed when the output thread failed while the player thread was calling audio_output_open().
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 805e19819..65c5def28 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,5 @@
ver 0.15.14 (2010/??/??)
-
+* output_thread: fix assertion failure due to race condition in OPEN
ver 0.15.13 (2010/10/10)
* output_thread: fix race condition after CANCEL command