From 9a149b2514be527af94b33237c5ebac42c319286 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 15 Jan 2012 22:56:17 +0000 Subject: Fix memory leak. git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@3950 a436a847-0d15-0410-975c-d299462d15a1 --- src/world.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src') 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 -- cgit v1.2.1