Add missing free(td->sysfs_root);
[fio.git] / filesetup.c
index eb28826698811058a317fa6544b92bd8f388a368..4aaa903576bbe04dccdfc69e0088c8cd79cf2e76 100644 (file)
@@ -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;