Re: [libvirt] [PATCH 1/2] qemu_domain_address.c: use VIR_AUTOFREE() in strings

2019-09-20 Thread Erik Skultety
On Thu, Sep 19, 2019 at 05:04:46PM -0300, Daniel Henrique Barboza wrote: > A few 'cleanup' labels gone after using VIR_AUTOFREE() in the > strings. s/in the strings/on the @addrStr variable Reviewed-by: Erik Skultety -- libvir-list mailing list libvir-list@redhat.com

[libvirt] [PATCH 1/2] qemu_domain_address.c: use VIR_AUTOFREE() in strings

2019-09-19 Thread Daniel Henrique Barboza
A few 'cleanup' labels gone after using VIR_AUTOFREE() in the strings. Signed-off-by: Daniel Henrique Barboza --- src/qemu/qemu_domain_address.c | 69 +++--- 1 file changed, 30 insertions(+), 39 deletions(-) diff --git a/src/qemu/qemu_domain_address.c