[libvirt] [PATCH] Remove a couple of misplaced VIR_FREE

2013-02-20 Thread John Ferlan
While working on the hellolibvirt example code, I stumbled across a couple extraneous VIR_FREE()'s in qemuStop(). I was looking at all callers of virConnectListAllDomains()... --- src/qemu/qemu_driver.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/qemu/qemu_driver.c

Re: [libvirt] [PATCH] Remove a couple of misplaced VIR_FREE

2013-02-20 Thread Eric Blake
On 02/20/2013 11:01 AM, John Ferlan wrote: While working on the hellolibvirt example code, I stumbled across a couple extraneous VIR_FREE()'s in qemuStop(). I was looking at all callers of virConnectListAllDomains()... --- src/qemu/qemu_driver.c | 3 --- 1 file changed, 3 deletions(-)

Re: [libvirt] [PATCH] Remove a couple of misplaced VIR_FREE

2013-02-20 Thread John Ferlan
On 02/20/2013 01:11 PM, Eric Blake wrote: On 02/20/2013 11:01 AM, John Ferlan wrote: While working on the hellolibvirt example code, I stumbled across a couple extraneous VIR_FREE()'s in qemuStop(). I was looking at all callers of virConnectListAllDomains()... --- src/qemu/qemu_driver.c |