mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2025-01-31 21:50:37 +00:00
Use fluid_msleep() into JACK driver.
This commit is contained in:
parent
f638fd90ba
commit
cb1e93cd7c
1 changed files with 1 additions and 1 deletions
|
@ -391,7 +391,7 @@ fluid_jack_client_close (fluid_jack_client_t *client_ref, void *driver)
|
|||
|
||||
if (client_ref->audio_driver || client_ref->midi_driver)
|
||||
{
|
||||
g_usleep (100000); /* FIXME - Hack to make sure that resources don't get freed while Jack callback is active */
|
||||
fluid_msleep(100); /* FIXME - Hack to make sure that resources don't get freed while Jack callback is active */
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue