]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Replace virStoragePoolFree with virObjectUnref
authorJohn Ferlan <jferlan@redhat.com>
Sun, 30 Nov 2014 14:35:12 +0000 (09:35 -0500)
committerJohn Ferlan <jferlan@redhat.com>
Tue, 2 Dec 2014 16:03:40 +0000 (11:03 -0500)
commitadbbff5fb73edfe6c5f6ba79ddbff87a412f2b5b
tree30d59f0bf6b9bba214e7253316a8b7245389eac8
parentd1219054e3592dd309ba7091868d0e48f1644ea9
Replace virStoragePoolFree with virObjectUnref

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