]> git.proxmox.com Git - qemu.git/commit
qemu-io: Fix memory leaks
authorKevin Wolf <kwolf@redhat.com>
Mon, 2 Jul 2012 13:13:53 +0000 (15:13 +0200)
committerKevin Wolf <kwolf@redhat.com>
Tue, 17 Jul 2012 14:48:32 +0000 (16:48 +0200)
commit9e559533bd825a3e371497875576137a8586c831
treea217611605e192f8f8ce980dd7766d37e355f628
parentb7eb0c9f95e50239ce5b5266373dc52c85e75299
qemu-io: Fix memory leaks

Almost all callers of create_iovec() forgot to destroy the qiov when the
request has completed.

Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Reviewed-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
qemu-io.c