Loading block-vmdk.c +1 −1 Original line number Diff line number Diff line Loading @@ -808,9 +808,9 @@ static void vmdk_close(BlockDriverState *bs) qemu_free(s->l1_table); qemu_free(s->l2_cache); bdrv_delete(s->hd); // try to close parent image, if exist vmdk_parent_close(s->hd); bdrv_delete(s->hd); } static void vmdk_flush(BlockDriverState *bs) Loading Loading
block-vmdk.c +1 −1 Original line number Diff line number Diff line Loading @@ -808,9 +808,9 @@ static void vmdk_close(BlockDriverState *bs) qemu_free(s->l1_table); qemu_free(s->l2_cache); bdrv_delete(s->hd); // try to close parent image, if exist vmdk_parent_close(s->hd); bdrv_delete(s->hd); } static void vmdk_flush(BlockDriverState *bs) Loading