close_ioengine() clears ->data after calling engine cleanup
[fio.git] / engines / sync.c
index 3b96ee1d4ba682949d3067a795b81f7728db0853..4ca04d5e9cbfad9c52f7c322920fc6dedde345c2 100644 (file)
@@ -274,7 +274,6 @@ static void fio_vsyncio_cleanup(struct thread_data *td)
        free(sd->iovecs);
        free(sd->io_us);
        free(sd);
-       td->io_ops->data = NULL;
 }
 
 static struct ioengine_ops ioengine_rw = {