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:
If the ring buffers are allocated after jack_activate(), mpd_jack_process() might segfault because it attempts to access them.