]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Modernize memory cleaning in qemuDomainBlockCopyCommon
authorPeter Krempa <pkrempa@redhat.com>
Tue, 14 May 2019 12:30:57 +0000 (14:30 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Tue, 21 May 2019 12:22:05 +0000 (14:22 +0200)
commitddafae7a39e10986217abfefdd164ea4f5204f42
tree67d63fb1ddf3cfb6c5234ecb151d6de41821b0e1
parent019461facb562c40a360351f36d81f49b7ed120a
qemu: Modernize memory cleaning in qemuDomainBlockCopyCommon

Use VIR_AUTOFREE, VIR_AUTOUNREF, and VIR_STEAL_PTR.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
src/qemu/qemu_driver.c