mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2024-11-13 00:04:10 +00:00
Fix pipewire build
This commit is contained in:
parent
e63ea6698e
commit
94c459970e
1 changed files with 1 additions and 1 deletions
|
@ -174,7 +174,7 @@ new_fluid_pipewire_audio_driver2(fluid_settings_t *settings, fluid_audio_func_t
|
|||
if (!drv->events)
|
||||
{
|
||||
FLUID_LOG(FLUID_ERR, "Out of memory");
|
||||
goto driver cleanup;
|
||||
goto driver_cleanup;
|
||||
}
|
||||
FLUID_MEMSET(drv->events, 0, sizeof(*drv->events));
|
||||
drv->events->version = PW_VERSION_STREAM_EVENTS;
|
||||
|
|
Loading…
Reference in a new issue