Re: [libvirt] [PATCH 01/11] rpc: Replace virXXXFree with virObjectUnref

2014-12-02 Thread Peter Krempa
On 12/01/14 16:56, John Ferlan wrote: > Modify the various virXXXFree calls to only call virObjectUnref. Calling > the public API will reset the last error thus clearing out a pending error. > > Signed-off-by: John Ferlan > --- > src/rpc/gendispatch.pl | 17 ++--- > 1 file changed, 6

[libvirt] [PATCH 01/11] rpc: Replace virXXXFree with virObjectUnref

2014-12-01 Thread John Ferlan
Modify the various virXXXFree calls to only call virObjectUnref. Calling the public API will reset the last error thus clearing out a pending error. Signed-off-by: John Ferlan --- src/rpc/gendispatch.pl | 17 ++--- 1 file changed, 6 insertions(+), 11 deletions(-) diff --git a/src/rp