]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Replace virStreamFree with virObjectUnref
authorJohn Ferlan <jferlan@redhat.com>
Sun, 30 Nov 2014 15:19:38 +0000 (10:19 -0500)
committerJohn Ferlan <jferlan@redhat.com>
Tue, 2 Dec 2014 16:03:41 +0000 (11:03 -0500)
commit1725a468f63a6fc21b292b12b8fee58c24755ead
treec7cfe482e9d979b2b7e7007612a8654c31a731c2
parentadbbff5fb73edfe6c5f6ba79ddbff87a412f2b5b
Replace virStreamFree with virObjectUnref

Since virStreamFree 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
daemon/stream.c
src/conf/virchrdev.c
src/fdstream.c
src/remote/remote_driver.c