mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2024-11-10 06:51:54 +00:00
Fix memory leak in test_seqbind_unregister
This commit is contained in:
parent
a02f1379d8
commit
e5dbe76d1b
1 changed files with 1 additions and 0 deletions
|
@ -21,6 +21,7 @@ int main(void)
|
|||
fluid_sequencer_send_now(seq, evt);
|
||||
|
||||
// client should be removed, deleting the seq should not free the struct again
|
||||
delete_fluid_event(evt);
|
||||
delete_fluid_sequencer(seq);
|
||||
delete_fluid_synth(synth);
|
||||
delete_fluid_settings(settings);
|
||||
|
|
Loading…
Reference in a new issue