mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2025-02-21 03:11:13 +00:00
Release the API lock when returning from fluid_ladspa_add_host_ports
This commit is contained in:
parent
e312f5bedd
commit
645d8c5da4
1 changed files with 2 additions and 2 deletions
|
@ -298,11 +298,11 @@ int fluid_ladspa_add_host_ports(fluid_ladspa_fx_t *fx, const char *prefix,
|
|||
FLUID_LADSPA_NODE_AUDIO | FLUID_LADSPA_NODE_HOST,
|
||||
buffers[i]) == NULL)
|
||||
{
|
||||
return FLUID_FAILED;
|
||||
LADSPA_API_RETURN(fx, FLUID_FAILED);
|
||||
}
|
||||
}
|
||||
|
||||
return FLUID_OK;
|
||||
LADSPA_API_RETURN(fx, FLUID_OK);
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue