diff options
-rw-r--r-- | io_uring/rsrc.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/io_uring/rsrc.c b/io_uring/rsrc.c index 8c1717c53d67..806f2c1f5d2e 100644 --- a/io_uring/rsrc.c +++ b/io_uring/rsrc.c @@ -837,8 +837,7 @@ done: if (ret) { if (imu) io_free_imu(ctx, imu); - if (node) - io_free_node(ctx, node); + io_free_node(ctx, node); node = ERR_PTR(ret); } kvfree(pages); |