aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/jalv.c4
-rw-r--r--wscript2
2 files changed, 3 insertions, 3 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) {
diff --git a/wscript b/wscript
index 54d38ff..0fbe94a 100644
--- a/wscript
+++ b/wscript
@@ -35,7 +35,7 @@ def configure(conf):
autowaf.check_pkg(conf, 'lv2', atleast_version='1.11.1', uselib_store='LV2')
autowaf.check_pkg(conf, 'lilv-0', uselib_store='LILV',
- atleast_version='0.21.3', mandatory=True)
+ atleast_version='0.21.5', mandatory=True)
autowaf.check_pkg(conf, 'serd-0', uselib_store='SERD',
atleast_version='0.14.0', mandatory=True)
autowaf.check_pkg(conf, 'sord-0', uselib_store='SORD',