]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu_command: use VIR_AUTOFREE for variables used once
authorJán Tomko <jtomko@redhat.com>
Tue, 20 Aug 2019 11:05:03 +0000 (13:05 +0200)
committerJán Tomko <jtomko@redhat.com>
Mon, 26 Aug 2019 20:16:06 +0000 (22:16 +0200)
commitbc27393d439440ea01ec0b7eef79543f9daa56b9
treec3e4a5b34bd84b3ce22a559d1e826b2999e62213
parent28ad2bcf397f72f265d0f1cd369160f901c518b0
qemu_command: use VIR_AUTOFREE for variables used once

Remove the VIR_FREE's from the cleanup sections.

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