diff options
-rw-r--r-- | src/jalv.c | 4 | ||||
-rw-r--r-- | wscript | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -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) { @@ -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', |