Re: [libvirt] [PATCH v3 08/10] conf: Clean up some unnecessary goto paths

2019-03-04 Thread Ján Tomko
On Fri, Mar 01, 2019 at 11:26:50AM -0500, John Ferlan wrote: Now that we're using VIR_AUTOFREE there's quite a bit of clean up possible for now unnecessary goto paths. Signed-off-by: John Ferlan Reviewed-by: Erik Skultety --- src/conf/domain_conf.c | 801 ---

[libvirt] [PATCH v3 08/10] conf: Clean up some unnecessary goto paths

2019-03-01 Thread John Ferlan
Now that we're using VIR_AUTOFREE there's quite a bit of clean up possible for now unnecessary goto paths. Signed-off-by: John Ferlan Reviewed-by: Erik Skultety --- src/conf/domain_conf.c | 801 - 1 file changed, 310 insertions(+), 491 deletions(-) diff