X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=engines%2Fnull.c;h=41d42e0513b2f2670424c7955d0d03fee2761eb0;hb=54e62ad43c0432a610b102eb82842176b482d18c;hp=600093052d683bc1d3e5a44d2ecd5e590e5d4786;hpb=b220c6d6f37fc55760d66728f6f9f521ea2f9b46;p=fio.git diff --git a/engines/null.c b/engines/null.c index 60009305..41d42e05 100644 --- a/engines/null.c +++ b/engines/null.c @@ -86,8 +86,7 @@ static void fio_null_cleanup(struct thread_data *td) struct null_data *nd = (struct null_data *) td->io_ops->data; if (nd) { - if (nd->io_us) - free(nd->io_us); + free(nd->io_us); free(nd); } }