summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/filesystem.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/filesystem.c b/src/filesystem.c
index 0482336..3044e8e 100644
--- a/src/filesystem.c
+++ b/src/filesystem.c
@@ -379,6 +379,7 @@ lilv_dir_for_each(const char* path,
}
} while (FindNextFile(fh, &fd));
}
+ FindClose(fh);
free(pat);
#else
DIR* dir = opendir(path);