]> xenbits.xensource.com Git - libvirt.git/commit
Replace virInterfaceFree with virObjectUnref
authorJohn Ferlan <jferlan@redhat.com>
Sun, 30 Nov 2014 17:07:19 +0000 (12:07 -0500)
committerJohn Ferlan <jferlan@redhat.com>
Tue, 2 Dec 2014 16:03:41 +0000 (11:03 -0500)
commitc56a591a849be41f9e7966c7e97973ffdc6940e9
tree951731b391ec05fe9bc1d3062238e1eb6df83d71
parent7b4938f5241b0a68dcbbe606471382f3e93ddbe4
Replace virInterfaceFree with virObjectUnref

Since virInterfaceFree 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/interface/interface_backend_netcf.c
src/interface/interface_backend_udev.c
src/remote/remote_driver.c