Re: [libvirt] [PATCH 07/19] qemu_command: switch to VIR_AUTOCLEAN for virBuffer

2019-08-21 Thread Michal Privoznik
On 8/20/19 2:59 PM, Ján Tomko wrote: Simplify the code by annotating all the temporary virBuffers with VIR_AUTOCLEAN. Signed-off-by: Ján Tomko --- src/qemu/qemu_command.c | 194 ++-- 1 file changed, 67 insertions(+), 127 deletions(-) diff --git a/src/qemu

[libvirt] [PATCH 07/19] qemu_command: switch to VIR_AUTOCLEAN for virBuffer

2019-08-20 Thread Ján Tomko
Simplify the code by annotating all the temporary virBuffers with VIR_AUTOCLEAN. Signed-off-by: Ján Tomko --- src/qemu/qemu_command.c | 194 ++-- 1 file changed, 67 insertions(+), 127 deletions(-) diff --git a/src/qemu/qemu_command.c b/src/qemu/qemu_command.c