From: Jens Axboe Date: Wed, 21 Feb 2007 19:10:42 +0000 (+0100) Subject: Fix double io_u free on error in do_verify() X-Git-Tag: fio-1.12~43 X-Git-Url: https://git.kernel.dk/?p=fio.git;a=commitdiff_plain;h=f692a7677e025a274ad08ecfa6a3001e61b1232d Fix double io_u free on error in do_verify() Signed-off-by: Jens Axboe --- 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);