]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemuBuildMachineCommandLine: Follow our pattern
authorMichal Privoznik <mprivozn@redhat.com>
Wed, 13 Jul 2016 11:57:17 +0000 (13:57 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Thu, 4 Aug 2016 15:14:20 +0000 (17:14 +0200)
commit90b42f0fad5ee3395cf26c0cfc0a8bd1ad1753bb
tree34d2e1d3ebf93dd6abc21e74a04eea77ea91839d
parent072e095660232da007bb54ac3114f3d9d76dc625
qemuBuildMachineCommandLine: Follow our pattern

We use 'goto cleanup' for a reason. If a function can exit at
many places but doesn't follow the pattern, it has to copy the
free code in multiple places.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
src/qemu/qemu_command.c