summaryrefslogtreecommitdiffstats
path: root/src/world.c
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2012-01-15 22:56:17 +0000
committerDavid Robillard <d@drobilla.net>2012-01-15 22:56:17 +0000
commit9a149b2514be527af94b33237c5ebac42c319286 (patch)
treeee0fee9c22b1d9f9c8bf28d12f57108b98434666 /src/world.c
parentd8cccf927ef5a0365b5f79e7001c287d020397d5 (diff)
downloadlilv-9a149b2514be527af94b33237c5ebac42c319286.tar.gz
lilv-9a149b2514be527af94b33237c5ebac42c319286.tar.bz2
lilv-9a149b2514be527af94b33237c5ebac42c319286.zip
Fix memory leak.
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@3950 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/world.c')
-rw-r--r--src/world.c1
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