]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: capabilities: use g_auto
authorJán Tomko <jtomko@redhat.com>
Mon, 23 Aug 2021 14:20:18 +0000 (16:20 +0200)
committerJán Tomko <jtomko@redhat.com>
Mon, 23 Aug 2021 15:35:06 +0000 (17:35 +0200)
commiteb69535efcb8c948efcf7528e4186e80f95fc18a
tree5cd6d5b39037e4c002a99f4030e0225f90fce7e6
parentd45af4ea4508feba031b40385eef35164c002dc7
qemu: capabilities: use g_auto

Where easily possible, declare variables with g_auto to reduce
the amount of calls in cleanup sections.

Signed-off-by: Ján Tomko <jtomko@redhat.com>
Reviewed-by: Kristina Hanicova <khanicov@redhat.com>
src/qemu/qemu_capabilities.c