]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemuBuildControllersByTypeCommandLine: use VIR_AUTOFREE
authorJán Tomko <jtomko@redhat.com>
Tue, 20 Aug 2019 11:21:28 +0000 (13:21 +0200)
committerJán Tomko <jtomko@redhat.com>
Mon, 26 Aug 2019 20:16:06 +0000 (22:16 +0200)
commit5253def17572e5f640fbbe6171527cb4e5dc2be1
tree699125dcddc7f68008c6ab1f2e617837f7847997
parentf4bc1716769715825921c757cdea37bff267c35e
qemuBuildControllersByTypeCommandLine: use VIR_AUTOFREE

Reduce the scope of the variable to get it freed for every controller
processed.

Signed-off-by: Ján Tomko <jtomko@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
src/qemu/qemu_command.c