Re: [Qemu-devel] [PATCH] fix memory leak in aio_write_f
Am 28.09.2011 08:57, schrieb a...@redhat.com: > From: Alex Jia > > Haven't released memory of 'ctx' before return. > > Signed-off-by: Alex Jia Thanks, applied to the block branch. Kevin
[Qemu-devel] [PATCH] fix memory leak in aio_write_f
From: Alex Jia Haven't released memory of 'ctx' before return. Signed-off-by: Alex Jia --- qemu-io.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/qemu-io.c b/qemu-io.c index e91af37..c45a413 100644 --- a/qemu-io.c +++ b/qemu-io.c @@ -1248,6 +1248,7 @@ static int aio