Re: [Qemu-devel] [PATCH v5 02/11] qcow2: Fix leaks in dirty images

2014-10-20 Thread Kevin Wolf
Am 29.08.2014 um 23:40 hat Max Reitz geschrieben: > When opening dirty images, qcow2's repair function should not only > repair errors but leaks as well. > > Signed-off-by: Max Reitz > Reviewed-by: Eric Blake > Reviewed-by: Benoît Canet Reviewed-by: Kevin Wolf

[Qemu-devel] [PATCH v5 02/11] qcow2: Fix leaks in dirty images

2014-08-29 Thread Max Reitz
When opening dirty images, qcow2's repair function should not only repair errors but leaks as well. Signed-off-by: Max Reitz Reviewed-by: Eric Blake Reviewed-by: Benoît Canet --- block/qcow2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/block/qcow2.c b/block/qcow2.c ind