diff options
Diffstat (limited to 'src/world.c')
-rw-r--r-- | src/world.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/world.c b/src/world.c index 8a5182d..cd9467a 100644 --- a/src/world.c +++ b/src/world.c @@ -680,6 +680,7 @@ load_dir_entry(const char* dir, const char* name, void* data) lilv_world_load_bundle(world, node); lilv_node_free(node); serd_node_free(&suri); + free(path); } /** Load all bundles in the directory at `dir_path`. */ |