commit | 9e559533bd825a3e371497875576137a8586c831 | [log] [tgz] |
---|---|---|
author | Kevin Wolf <kwolf@redhat.com> | Mon Jul 02 15:13:53 2012 +0200 |
committer | Kevin Wolf <kwolf@redhat.com> | Tue Jul 17 16:48:32 2012 +0200 |
tree | a217611605e192f8f8ce980dd7766d37e355f628 | |
parent | b7eb0c9f95e50239ce5b5266373dc52c85e75299 [diff] |
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>