]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Replace virNetworkFree with virObjectUnref
authorJohn Ferlan <jferlan@redhat.com>
Tue, 25 Nov 2014 12:42:58 +0000 (07:42 -0500)
committerJohn Ferlan <jferlan@redhat.com>
Tue, 2 Dec 2014 16:03:40 +0000 (11:03 -0500)
commit121c09a90b860c52baee692c0b61355fdcfe5dbb
tree0bc582245ed89f59fe2726582969f74deedfadeb
parent8fb3aee2f87547fcc4856fa5eb0c20cf7c9fa043
Replace virNetworkFree with virObjectUnref

Since virNetworkFree 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.
12 files changed:
cfg.mk
daemon/remote.c
src/conf/network_event.c
src/libxl/libxl_conf.c
src/lxc/lxc_driver.c
src/lxc/lxc_process.c
src/qemu/qemu_command.c
src/qemu/qemu_hotplug.c
src/remote/remote_driver.c
src/uml/uml_conf.c
src/xenconfig/xen_common.c
src/xenconfig/xen_sxpr.c