Re: [libvirt] [PATCH] Unref the cfg in qemuDomainAttachHostPCIDevice()

2016-05-25 Thread Pavel Hrdina
On Wed, May 25, 2016 at 03:47:12AM -0500, Shivaprasad G Bhat wrote: > Signed-off-by: Shivaprasad G Bhat > --- > src/qemu/qemu_hotplug.c |2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) ACK and pushed Pavel -- libvir-list mailing list libvir-list@redhat.com https://www.redhat.com/mail

[libvirt] [PATCH] Unref the cfg in qemuDomainAttachHostPCIDevice()

2016-05-25 Thread Shivaprasad G Bhat
Signed-off-by: Shivaprasad G Bhat --- src/qemu/qemu_hotplug.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/qemu/qemu_hotplug.c b/src/qemu/qemu_hotplug.c index 807aaf8..41a0e4f 100644 --- a/src/qemu/qemu_hotplug.c +++ b/src/qemu/qemu_hotplug.c @@ -1164,7 +1164,7 @@ qe