]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Replace virNodeDeviceFree with virObjectUnref
authorJohn Ferlan <jferlan@redhat.com>
Sat, 29 Nov 2014 12:03:35 +0000 (07:03 -0500)
committerJohn Ferlan <jferlan@redhat.com>
Tue, 2 Dec 2014 16:03:40 +0000 (11:03 -0500)
commite3b456de0fa469f601511f377df61edeff4aabb3
treee584cd38ecb25a739aee7457191b47e169d580fe
parent121c09a90b860c52baee692c0b61355fdcfe5dbb
Replace virNodeDeviceFree with virObjectUnref

Since virNodeDeviceFree 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/node_device_conf.c
src/remote/remote_driver.c