diff options
-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 0c8b734..48d9515 100644 --- a/src/world.c +++ b/src/world.c @@ -574,6 +574,7 @@ lilv_world_load_directory(LilvWorld* world, const char* dir_path) } lilv_dir_for_each(path, world, load_dir_entry); + free(path); } static bool |