aboutsummaryrefslogtreecommitdiffstats
path: root/src/jalv.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/jalv.c')
-rw-r--r--src/jalv.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/jalv.c b/src/jalv.c
index 5eafc5f..2ad0d53 100644
--- a/src/jalv.c
+++ b/src/jalv.c
@@ -770,8 +770,8 @@ jalv_ui_instantiate(Jalv* jalv, const char* native_ui_type, void* parent)
binary_path,
ui_features);
- free(binary_path);
- free(bundle_path);
+ lilv_free(binary_path);
+ lilv_free(bundle_path);
/* Set initial control values on UI */
if (jalv->ui_instance) {