From f692a7677e025a274ad08ecfa6a3001e61b1232d Mon Sep 17 00:00:00 2001 From: Jens Axboe Date: Wed, 21 Feb 2007 20:10:42 +0100 Subject: [PATCH] Fix double io_u free on error in do_verify() Signed-off-by: Jens Axboe --- fio.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/fio.c b/fio.c index 3191a7d2..ae89bb93 100644 --- a/fio.c +++ b/fio.c @@ -310,9 +310,6 @@ requeue: break; } - if (io_u) - put_io_u(td, io_u); - if (td->cur_depth) cleanup_pending_aio(td); -- 2.25.1