Re: [Qemu-devel] [PATCH] vdi: Fix memory leak

2011-11-23 Thread Kevin Wolf
Am 22.11.2011 19:37, schrieb Stefan Weil: > Am 22.11.2011 17:16, schrieb Kevin Wolf: >> The block map is allocated in vdi_open, but was never freed. >> >> Signed-off-by: Kevin Wolf >> --- >> Applies on top if the migration blocker series. >> >> block/vdi.c |3 +++ >> 1 files changed, 3 inser

Re: [Qemu-devel] [PATCH] vdi: Fix memory leak

2011-11-22 Thread Stefan Weil
Am 22.11.2011 17:16, schrieb Kevin Wolf: The block map is allocated in vdi_open, but was never freed. Signed-off-by: Kevin Wolf --- Applies on top if the migration blocker series. block/vdi.c |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/block/vdi.c b/block/vdi.c

[Qemu-devel] [PATCH] vdi: Fix memory leak

2011-11-22 Thread Kevin Wolf
The block map is allocated in vdi_open, but was never freed. Signed-off-by: Kevin Wolf --- Applies on top if the migration blocker series. block/vdi.c |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/block/vdi.c b/block/vdi.c index 7dda522..02da6b4 100644 --- a/block/v