
2 Dec
2014
2 Dec
'14
3:40 p.m.
On 12/01/14 16:56, John Ferlan wrote:
Since virDomainSnapshotFree will call virObjectUnref anyway, let's just use that directly so as to avoid the possibility that we inadvertently clear out a pending error message when using the public API.
Signed-off-by: John Ferlan <jferlan@redhat.com> --- cfg.mk | 4 ++-- daemon/remote.c | 7 +++---- src/qemu/qemu_driver.c | 2 +- src/remote/remote_driver.c | 6 ++---- 4 files changed, 8 insertions(+), 11 deletions(-)
ACK