]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Replace virSecretFree with virObjectUnref
authorJohn Ferlan <jferlan@redhat.com>
Sun, 30 Nov 2014 16:48:06 +0000 (11:48 -0500)
committerJohn Ferlan <jferlan@redhat.com>
Tue, 2 Dec 2014 16:03:41 +0000 (11:03 -0500)
commita0b13d35e7399a23972bf283d462e07c7f410188
treeda7b73ddf5aab342ead7abb42220a2e8c128a2a9
parent1725a468f63a6fc21b292b12b8fee58c24755ead
Replace virSecretFree with virObjectUnref

Since virSecretFree 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/secret/secret_driver.c
src/storage/storage_backend.c
src/storage/storage_backend_fs.c
src/storage/storage_backend_rbd.c