Re: [Qemu-block] [PATCH] qemu-img: eliminate memory leak

2016-02-26 Thread Kevin Wolf
Am 25.02.2016 um 23:53 hat Paolo Bonzini geschrieben: > Not particularly important since qemu-img exits immediately after > calling img_rebase, but easily fixed. Coverity says thanks. > > Signed-off-by: Paolo Bonzini Thanks, applied to the block branch. Kevin

Re: [Qemu-block] [PATCH] qemu-img: eliminate memory leak

2016-02-25 Thread Alberto Garcia
On Thu 25 Feb 2016 11:53:54 PM CET, Paolo Bonzini wrote: > Not particularly important since qemu-img exits immediately after > calling img_rebase, but easily fixed. Coverity says thanks. > > Signed-off-by: Paolo Bonzini Reviewed-by: Alberto Garcia Berto

[Qemu-block] [PATCH] qemu-img: eliminate memory leak

2016-02-25 Thread Paolo Bonzini
Not particularly important since qemu-img exits immediately after calling img_rebase, but easily fixed. Coverity says thanks. Signed-off-by: Paolo Bonzini --- qemu-img.c | 9 - 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/qemu-img.c b/qemu-img.c index 2edb139..3103150 1