Fix memory leak.
This commit is contained in:
parent
024dfe47f5
commit
fe29965980
@ -990,10 +990,10 @@ LV2Plugin::load_preset(PresetRecord r)
|
||||
if (state) {
|
||||
lilv_state_restore(state, _impl->instance, set_port_value, this, 0, NULL);
|
||||
lilv_state_free(state);
|
||||
return true;
|
||||
} else {
|
||||
return false;
|
||||
}
|
||||
|
||||
lilv_node_free(pset);
|
||||
return state;
|
||||
}
|
||||
|
||||
const void*
|
||||
|
Loading…
Reference in New Issue
Block a user