From: Tomohiro Kusumi <tkusumi@xxxxxxxxxx> ->sysfs_root for td (not du) is always strdup'd. Signed-off-by: Tomohiro Kusumi <tkusumi@xxxxxxxxxx> --- filesetup.c | 1 + 1 file changed, 1 insertion(+) diff --git a/filesetup.c b/filesetup.c index eb28826..4aaa903 100644 --- a/filesetup.c +++ b/filesetup.c @@ -1208,6 +1208,7 @@ void close_and_free_files(struct thread_data *td) td->o.filename = NULL; free(td->files); free(td->file_locks); + free(td->sysfs_root); td->files_index = 0; td->files = NULL; td->file_locks = NULL; -- 2.5.5 -- To unsubscribe from this list: send the line "unsubscribe fio" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html