Fix memory leak in test_seqbind_unregister

This commit is contained in:
derselbst 2019-07-10 17:00:30 +02:00
parent a02f1379d8
commit e5dbe76d1b

View file

@ -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);