Properly handle JACK crashes.

JACK disappear was already detected, now it implies that server is stopped
This commit is contained in:
Nedko Arnaudov 2009-12-08 20:28:24 +02:00
parent cbc803830c
commit 0f36602240
1 changed files with 2 additions and 0 deletions

View File

@ -606,6 +606,8 @@ void jack_disappeared(void)
{
log_info("JACK disappeared");
jack_stopped();
#if defined(SHOW_RAW_JACK)
if (g_jack_view != NULL)
{