On Wed, Jul 27, 2016 at 10:43:48AM +0200, Michal Privoznik wrote:
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(a)redhat.com>
---
src/qemu/qemu_command.c | 39 ++++++++++++++++++---------------------
1 file changed, 18 insertions(+), 21 deletions(-)
ACK