]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Replace virDomainFree with virObjectUnref
authorJohn Ferlan <jferlan@redhat.com>
Sun, 30 Nov 2014 14:57:02 +0000 (09:57 -0500)
committerJohn Ferlan <jferlan@redhat.com>
Tue, 2 Dec 2014 16:03:40 +0000 (11:03 -0500)
commit8fb3aee2f87547fcc4856fa5eb0c20cf7c9fa043
tree209dc15650ba232e83b14b869ec15a98958ad7f0
parent1695f4ee6108e88f040894a0ba9a4cef51d7fc53
Replace virDomainFree with virObjectUnref

Since virDomainFree 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/conf/domain_event.c
src/esx/esx_driver.c
src/hyperv/hyperv_driver.c
src/locking/sanlock_helper.c
src/qemu/qemu_driver.c
src/remote/remote_driver.c
src/vbox/vbox_common.c