summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libs/ardour/lv2_plugin.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/libs/ardour/lv2_plugin.cc b/libs/ardour/lv2_plugin.cc
index c6c6ead47a..29af02c696 100644
--- a/libs/ardour/lv2_plugin.cc
+++ b/libs/ardour/lv2_plugin.cc
@@ -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*