diff options
-rw-r--r-- | xlators/features/qemu-block/src/bdrv-xlator.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/xlators/features/qemu-block/src/bdrv-xlator.c b/xlators/features/qemu-block/src/bdrv-xlator.c index aaf028cfea5..1e55b5fb70b 100644 --- a/xlators/features/qemu-block/src/bdrv-xlator.c +++ b/xlators/features/qemu-block/src/bdrv-xlator.c @@ -235,7 +235,6 @@ qemu_gluster_co_writev (BlockDriverState *bs, int64_t sector_num, int nb_sectors iobref = iobref_new (); if (!iobref) { - iobuf_unref (iobuf); goto out; } |