]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commit
Replace virDomainSnapshotFree with virObjectUnref
authorJohn Ferlan <jferlan@redhat.com>
Mon, 1 Dec 2014 12:30:16 +0000 (07:30 -0500)
committerJohn Ferlan <jferlan@redhat.com>
Tue, 2 Dec 2014 16:03:41 +0000 (11:03 -0500)
commitc8230c4ded19ed81ec9070069a6d4a0c19e4f8a4
tree57034a510dcc52a49729540bcf67ed628bf932ab
parentc56a591a849be41f9e7966c7e97973ffdc6940e9
Replace virDomainSnapshotFree with virObjectUnref

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.
cfg.mk
daemon/remote.c
src/qemu/qemu_driver.c
src/remote/remote_driver.c