diff --git a/qemu-img.c b/qemu-img.c index cb4a73e5f9bfedd77fee044060fe78f5890a415e..4799e097dcc07a3e8557161b81b9feb7f3de9ee1 100644 --- a/qemu-img.c +++ b/qemu-img.c @@ -263,6 +263,7 @@ static int print_block_option_help(const char *filename, const char *fmt) if (!proto_drv->create_opts) { error_report("Protocol driver '%s' does not support image creation", proto_drv->format_name); + qemu_opts_free(create_opts); return 1; } create_opts = qemu_opts_append(create_opts, proto_drv->create_opts);