]> xenbits.xensource.com Git - libvirt.git/commit
util: Remove the AUTOPTR func for virStorageSource
authorPeter Krempa <pkrempa@redhat.com>
Fri, 15 Feb 2019 11:52:45 +0000 (12:52 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Mon, 18 Feb 2019 09:31:21 +0000 (10:31 +0100)
commite1c01b2252dc512ddd2ef53fae2a7cba34b11d43
treea9545e6762f3c1e5665bff984c665c330e230fc6
parent0d13790695be5312f62a31253b5715c5c5dc9c0a
util: Remove the AUTOPTR func for virStorageSource

Since virStorageSource is now a subclass of virObject, we can use
VIR_AUTOUNREF instead.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Erik Skultety <eskultet@redhat.com>
src/conf/domain_conf.c
src/qemu/qemu_domain.c
src/qemu/qemu_driver.c
src/qemu/qemu_migration.c
src/storage/storage_backend_gluster.c
src/storage/storage_util.c
src/util/virstoragefile.h
tests/qemublocktest.c
tests/virstoragetest.c