"fix qemu memory leak in block interface" is not going to be needed any
more thanks to the refactoring of the block layer.
Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
(cherry picked from commit
dc4d4b8f235d82f7dc001c3a202f7301f6a179fb)
qemu_vfree(s->bounce);
s->this_aiocb->cb(s->this_aiocb->opaque, ret);
qemu_aio_release(s->this_aiocb);
- qemu_free(s);
}
static BlockDriverAIOCB *bdrv_aio_rw_vector(BlockDriverState *bs,