[PATCH] Let thread exit cleanup the small allocs
[fio.git] / init.c
diff --git a/init.c b/init.c
index 44d3734194ebcaffee452582b732cbb042974d1c..0ec8e9d5ddd41f88a5e775d1a19d04ca1d001cea 100644 (file)
--- a/init.c
+++ b/init.c
@@ -71,14 +71,6 @@ static struct thread_data *get_new_job(int global, struct thread_data *parent)
        td->fd = -1;
        td->thread_number = thread_number;
 
-       td->directory = NULL;
-       td->iolog_file = NULL;
-       td->exec_prerun = NULL;
-       td->exec_postrun = NULL;
-       td->ioscheduler = NULL;
-       td->sysfs_root = NULL;
-       td->file_name = NULL;
-
        return td;
 }