X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=ioengines.c;h=66991c7cce1f3bb93b6b73981f43e5d3b82039ad;hp=1a89ea7691ce7c7f82d71302e966c4377b27f0e9;hb=09629a90d5b68b220e3fb98318e2dcd019943eda;hpb=e53bd0b3eb06e02b991d4ee05e6d0c427bbc20a0 diff --git a/ioengines.c b/ioengines.c index 1a89ea76..66991c7c 100644 --- a/ioengines.c +++ b/ioengines.c @@ -158,10 +158,7 @@ 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; }