aboutsummaryrefslogtreecommitdiffstats
path: root/src/jalv.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/jalv.c')
-rw-r--r--src/jalv.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/jalv.c b/src/jalv.c
index be45aa4..67add52 100644
--- a/src/jalv.c
+++ b/src/jalv.c
@@ -1443,6 +1443,7 @@ jalv_close(Jalv* const jalv)
}
// Clean up
+ lilv_state_free(jalv->preset);
free(jalv->ports);
zix_ring_free(jalv->ui_to_plugin);
zix_ring_free(jalv->plugin_to_ui);