close_ioengine() clears ->data after calling engine cleanup
[fio.git] / engines / null.c
index eb805017457721808fc105a80db2bc264cc20eaa..f434550300e7a3d454c7561b808d1cfe24372f1c 100644 (file)
@@ -83,7 +83,6 @@ static void fio_null_cleanup(struct thread_data *td)
                if (nd->io_us)
                        free(nd->io_us);
                free(nd);
-               td->io_ops->data = NULL;
        }
 }