Re: [libvirt] [PATCH 11/22] qemu: monitor: Refactor cleanup in qemuMonitorJSONGetOneBlockStatsInfo

2019-09-24 Thread Ján Tomko
On Thu, Sep 19, 2019 at 07:13:14PM +0200, Peter Krempa wrote: Use VIR_AUTOFREE and get rid of the cleanup label. Signed-off-by: Peter Krempa --- src/qemu/qemu_monitor_json.c | 25 ++--- 1 file changed, 10 insertions(+), 15 deletions(-) Reviewed-by: Ján Tomko Jano

[libvirt] [PATCH 11/22] qemu: monitor: Refactor cleanup in qemuMonitorJSONGetOneBlockStatsInfo

2019-09-19 Thread Peter Krempa
Use VIR_AUTOFREE and get rid of the cleanup label. Signed-off-by: Peter Krempa --- src/qemu/qemu_monitor_json.c | 25 ++--- 1 file changed, 10 insertions(+), 15 deletions(-) diff --git a/src/qemu/qemu_monitor_json.c b/src/qemu/qemu_monitor_json.c index