Re: [Qemu-devel] [PATCH] qemu-io: Fix memory leaks

2012-07-16 Thread Stefan Hajnoczi
On Thu, Jul 12, 2012 at 2:02 PM, Kevin Wolf wrote: > Almost all callers of create_iovec() forgot to destroy the qiov when the > request has completed. > > Signed-off-by: Kevin Wolf > --- > qemu-io.c |4 > 1 files changed, 4 insertions(+), 0 deletions(-) Reviewed-by: Stefan Hajnoczi

[Qemu-devel] [PATCH] qemu-io: Fix memory leaks

2012-07-12 Thread Kevin Wolf
Almost all callers of create_iovec() forgot to destroy the qiov when the request has completed. Signed-off-by: Kevin Wolf --- qemu-io.c |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/qemu-io.c b/qemu-io.c index 5882067..8f3b94b 100644 --- a/qemu-io.c +++ b/qemu-io.c