Re: [Qemu-devel] [PATCH v2] qapi: fix memory leak in bdrv_image_info_specific_dump

2016-10-18 Thread Kevin Wolf
Am 18.10.2016 um 12:37 hat Pino Toscano geschrieben: > The 'obj' result of the visitor was not properly freed, like done in > other places doing a similar job. > > Signed-off-by: Pino Toscano Thanks, applied to my block branch. Kevin

Re: [Qemu-devel] [PATCH v2] qapi: fix memory leak in bdrv_image_info_specific_dump

2016-10-18 Thread Eric Blake
On 10/18/2016 05:37 AM, Pino Toscano wrote: > The 'obj' result of the visitor was not properly freed, like done in > other places doing a similar job. > > Signed-off-by: Pino Toscano > --- Reviewed-by: Eric Blake > > Changes in v2: > - added Signed-off-by > > block/qapi.c | 1 + > 1 file ch

[Qemu-devel] [PATCH v2] qapi: fix memory leak in bdrv_image_info_specific_dump

2016-10-18 Thread Pino Toscano
The 'obj' result of the visitor was not properly freed, like done in other places doing a similar job. Signed-off-by: Pino Toscano --- Changes in v2: - added Signed-off-by block/qapi.c | 1 + 1 file changed, 1 insertion(+) diff --git a/block/qapi.c b/block/qapi.c index 6f947e3..50d3090 100644