jack: allocate ring buffers before connecting

If the ring buffers are allocated after jack_activate(),
mpd_jack_process() might segfault because it attempts to access them.
This commit is contained in:
Max Kellermann
2009-01-29 18:11:30 +01:00
parent bbf0453709
commit 3a070d3d23
2 changed files with 5 additions and 5 deletions

2
NEWS
View File

@@ -34,6 +34,8 @@ ver 0.15 - (200?/??/??)
ver 0.14.2 (2009/??/??)
* audio outputs:
- jack: allocate ring buffers before connecting
ver 0.14.1 (2009/01/17)