Re: [libvirt] [PATCH 2/2] qemu: Drop cleanup label from qemuProcessInitCpuAffinity()

2019-06-04 Thread Ján Tomko
On Tue, Jun 04, 2019 at 02:46:47PM +0200, Andrea Bolognani wrote: We're using VIR_AUTOPTR() for everything now, plus the cleanup section was not doing anything useful anyway. Signed-off-by: Andrea Bolognani --- src/qemu/qemu_process.c | 18 -- 1 file changed, 8 insertions(+), 10

[libvirt] [PATCH 2/2] qemu: Drop cleanup label from qemuProcessInitCpuAffinity()

2019-06-04 Thread Andrea Bolognani
We're using VIR_AUTOPTR() for everything now, plus the cleanup section was not doing anything useful anyway. Signed-off-by: Andrea Bolognani --- src/qemu/qemu_process.c | 18 -- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/src/qemu/qemu_process.c