diff options
Diffstat (limited to 'lib/fs.c')
-rw-r--r-- | lib/fs.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -417,6 +417,7 @@ int mkdirs(const char *_path, mode_t mode) { } } split_free(parts); + free(path); return result; } |