[PATCH] Cleanups and 'td' size reduction
diff --git a/fio.c b/fio.c
index ccf0ad8..8c48a71 100644
--- a/fio.c
+++ b/fio.c
@@ -947,6 +947,8 @@
 		free(td->ioscheduler);
 	if (td->sysfs_root)
 		free(td->sysfs_root);
+	if (td->file_name)
+		free(td->file_name);
 }
 
 static int create_file(struct thread_data *td, unsigned long long size,