]> xenbits.xensource.com Git - libvirt.git/commit
qemuBuildSoundCommandLine: reduce scope of codecstr
authorJán Tomko <jtomko@redhat.com>
Mon, 26 Aug 2019 20:23:50 +0000 (22:23 +0200)
committerJán Tomko <jtomko@redhat.com>
Wed, 18 Sep 2019 09:33:17 +0000 (11:33 +0200)
commit6bb8edafd96668fb8bab90506e35f74851599d7f
tree9822bd1bb827e1cad61798b23214e3f25d4429a4
parentf9b650a848631e2161822d2eab9a080174856b16
qemuBuildSoundCommandLine: reduce scope of codecstr

Copy the declaration into the smallest blocks it's used in
and mark it as VIR_AUTOFREE.

Signed-off-by: Ján Tomko <jtomko@redhat.com>
Reviewed-by: Cole Robinson <crobinso@redhat.com>
src/qemu/qemu_command.c