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
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