Signed-off-by: Fam Zheng <[email protected]> Reviewed-by: Benoît Canet <[email protected]> --- block/blkverify.c | 1 + 1 file changed, 1 insertion(+)
diff --git a/block/blkverify.c b/block/blkverify.c
index 7c78ca4..163064c 100644
--- a/block/blkverify.c
+++ b/block/blkverify.c
@@ -158,6 +158,7 @@ static int blkverify_open(BlockDriverState *bs, QDict
*options, int flags,
ret = 0;
fail:
+ qemu_opts_del(opts);
return ret;
}
--
2.1.0
