Re: [libvirt] [PATCH 1/1] qemu_hotplug: use VIR_AUTOUNREF() with virConnectPtr

2019-10-17 Thread Daniel Henrique Barboza
Well, this one didn't age well. I'll see if I can get a 'due dilligence' going in qemu_hotplug.c like I did with qemu_driver.c to replace it. Thanks, DHB On 9/30/19 3:53 PM, Daniel Henrique Barboza wrote: Signed-off-by: Daniel Henrique Barboza --- Checked other pointer types that can be

[libvirt] [PATCH 1/1] qemu_hotplug: use VIR_AUTOUNREF() with virConnectPtr

2019-09-30 Thread Daniel Henrique Barboza
Signed-off-by: Daniel Henrique Barboza --- Checked other pointer types that can be autounref as well, just found these instances. src/qemu/qemu_hotplug.c | 22 -- 1 file changed, 8 insertions(+), 14 deletions(-) diff --git a/src/qemu/qemu_hotplug.c