diff options
Diffstat (limited to 'src/lib.c')
-rw-r--r-- | src/lib.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -57,6 +57,7 @@ lilv_lib_open(LilvWorld* world, desc = ldf(bundle_path, features); if (!desc) { LILV_ERRORF("Call to %s:lv2_lib_descriptor failed\n", lib_path); + dlclose(lib); lilv_free(lib_path); return NULL; } |