summaryrefslogtreecommitdiff
path: root/block/vxhs.c
diff options
context:
space:
mode:
Diffstat (limited to 'block/vxhs.c')
-rw-r--r--block/vxhs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/block/vxhs.c b/block/vxhs.c
index 75cc6c8672..55ae1a666e 100644
--- a/block/vxhs.c
+++ b/block/vxhs.c
@@ -396,7 +396,7 @@ static int vxhs_open(BlockDriverState *bs, QDict *options,
out:
g_free(of_vsa_addr);
- QDECREF(backing_options);
+ qobject_unref(backing_options);
qemu_opts_del(tcp_opts);
qemu_opts_del(opts);
g_free(cacert);