jack: atomically get audio_driver

This commit is contained in:
derselbst 2017-10-06 10:25:38 +02:00
parent 8d5cccdb80
commit 84fe779b98
1 changed files with 1 additions and 1 deletions

View File

@ -554,7 +554,7 @@ fluid_jack_driver_process (jack_nframes_t nframes, void *arg)
}
}
audio_driver = client->audio_driver;
audio_driver = fluid_atomic_pointer_get (&client->audio_driver);
if (!audio_driver) return 0;
if (audio_driver->callback != NULL)