List syslet-rw as a supported option in the ioengine help dump
[fio.git] / ioengines.c
index 39433207afd6f5984f981eeed52d689c6f6e38db..441f36fc530969b47474f43d240385edf32f11c3 100644 (file)
@@ -164,7 +164,10 @@ void close_ioengine(struct thread_data *td)
        if (td->io_ops->dlhandle)
                dlclose(td->io_ops->dlhandle);
 
+#if 0
+       /* we can't do this for threads, so just leak it, it's exiting */
        free(td->io_ops);
+#endif
        td->io_ops = NULL;
 }