Re: [Qemu-devel] [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

[Qemu-devel] [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