Re: [libvirt] [PATCH 08/19] qemu_command: use VIR_AUTOPTR for virJSONValue

2019-08-21 Thread Michal Privoznik
On 8/20/19 2:59 PM, Ján Tomko wrote: Signed-off-by: Ján Tomko --- src/qemu/qemu_command.c | 30 ++ 1 file changed, 10 insertions(+), 20 deletions(-) diff --git a/src/qemu/qemu_command.c b/src/qemu/qemu_command.c index 94a6ad546e..b5448a074f 100644 --- a/src/qemu/q

[libvirt] [PATCH 08/19] qemu_command: use VIR_AUTOPTR for virJSONValue

2019-08-20 Thread Ján Tomko
Signed-off-by: Ján Tomko --- src/qemu/qemu_command.c | 30 ++ 1 file changed, 10 insertions(+), 20 deletions(-) diff --git a/src/qemu/qemu_command.c b/src/qemu/qemu_command.c index 94a6ad546e..b5448a074f 100644 --- a/src/qemu/qemu_command.c +++ b/src/qemu/qemu_command