mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2024-11-10 06:51:54 +00:00
Free the host_nodes list in fx destructor to prevent memory leaks
This commit is contained in:
parent
4ec1f799f8
commit
17c355ffaf
1 changed files with 1 additions and 0 deletions
|
@ -244,6 +244,7 @@ void delete_fluid_ladspa_fx(fluid_ladspa_fx_t *fx)
|
|||
node = (fluid_ladspa_node_t *) fluid_list_get(list);
|
||||
delete_fluid_ladspa_node(node);
|
||||
}
|
||||
delete_fluid_list(fx->host_nodes);
|
||||
|
||||
if(fx->run_finished_cond != NULL)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue