diff options
author | Max Kellermann <max@musicpd.org> | 2018-01-30 10:06:36 +0100 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2018-01-30 10:06:36 +0100 |
commit | ec408ca6a6d378d9038e720cbed65fdd8f233066 (patch) | |
tree | 29e34aee06e632b51e1ae0fb89efa3f9323cdd43 /NEWS | |
parent | ea66cdd6a5cdcce0cf663e3c3a6e7e81ceacbbe5 (diff) |
output/pulse: fix crash during auto-detection
The PulseOutput needs to be "enabled" before WaitConnection() may be
called.
Closes #207
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,4 +1,6 @@ ver 0.20.16 (not yet released) +* output + - pulse: fix crash during auto-detection * database - simple: fix search within mount points * fix crash in debug build on Haiku and other operating systems |