
2 Dec
2014
2 Dec
'14
3:45 p.m.
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 <jferlan@redhat.com> --- src/rpc/gendispatch.pl | 17 ++++++----------- 1 file changed, 6 insertions(+), 11 deletions(-)
ACK for consistency, although the remote driver is saving the error prior to calling the *Free() apis that would clear it out. Peter