engines/io_uring: fix leak of 'ld' in error path
authorJens Axboe <axboe@kernel.dk>
Tue, 15 Aug 2023 01:59:20 +0000 (19:59 -0600)
committerJens Axboe <axboe@kernel.dk>
Tue, 15 Aug 2023 01:59:20 +0000 (19:59 -0600)
commit6795954bde09c8697e0accb865b4f438d62c601f
tree966dec942ab8cd79734930f047b7c5d3441aec1b
parentd0f7d9fef46666a3b5f0a166d9d402bec302af78
engines/io_uring: fix leak of 'ld' in error path

Not really important as we're exiting anyway, but this silences some
of the static checkers that like to complain about this sort of
thing.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
engines/io_uring.c