output/pulse: fix crash during auto-detection

The PulseOutput needs to be "enabled" before WaitConnection() may be
called.

Closes #207
This commit is contained in:
Max Kellermann
2018-01-30 10:06:36 +01:00
parent ea66cdd6a5
commit ec408ca6a6
2 changed files with 6 additions and 0 deletions

2
NEWS
View File

@@ -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