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

Since virStorageVolFree 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/remote/remote_driver.c
src/storage/storage_driver.c