Re: [libvirt] [PATCH v3 8/8] util: Introduce VIR_DEFINE_AUTOPTR_FUNC for virStorageSource

2019-02-12 Thread Ján Tomko
On Tue, Feb 12, 2019 at 09:19:06AM -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: Ján Tomko This was the only patch I got in 'cc:'. If that was not intentional, check your git set

[libvirt] [PATCH v3 8/8] util: Introduce VIR_DEFINE_AUTOPTR_FUNC for virStorageSource

2019-02-12 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: Ján Tomko --- src/conf/domain_conf.c| 3 +- src/qemu/qemu_domain.c| 3 +- src/qemu/qemu_driver.c| 9 +- src