Re: [libvirt] [PATCH 08/15] storage: Use VIR_AUTOFREE for storage driver

2019-02-11 Thread Ján Tomko
On Wed, Feb 06, 2019 at 08:41:40AM -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 --- src/storage/storage_driver.c | 70 1 file changed, 23 insertions(+), 47 d

Re: [libvirt] [PATCH 08/15] storage: Use VIR_AUTOFREE for storage driver

2019-02-07 Thread Erik Skultety
On Wed, Feb 06, 2019 at 08:41:40AM -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 -- libvir-list mailing list libvir-list@redhat.com https://www.redhat.com

[libvirt] [PATCH 08/15] storage: Use VIR_AUTOFREE for storage driver

2019-02-06 Thread John Ferlan
Let's make use of the auto __cleanup capabilities cleaning up any now unnecessary goto paths. Signed-off-by: John Ferlan --- src/storage/storage_driver.c | 70 1 file changed, 23 insertions(+), 47 deletions(-) diff --git a/src/storage/storage_driver.c b/src/