Re: [libvirt] [PATCH v2 21/32] test: Use VIR_AUTOFREE for test driver

2019-02-11 Thread Ján Tomko
On Fri, Feb 08, 2019 at 01:37:15PM -0500, John Ferlan wrote: Let's make use of the auto __cleanup capabilities cleaning up any now unnecessary goto paths. Signed-off-by: John Ferlan Reviewed-by: Erik Skultety --- src/test/test_driver.c | 169 - 1 file cha

[libvirt] [PATCH v2 21/32] test: Use VIR_AUTOFREE for test driver

2019-02-08 Thread John Ferlan
Let's make use of the auto __cleanup capabilities cleaning up any now unnecessary goto paths. Signed-off-by: John Ferlan Reviewed-by: Erik Skultety --- src/test/test_driver.c | 169 - 1 file changed, 66 insertions(+), 103 deletions(-) diff --git a/src/te