
4 Aug
2016
4 Aug
'16
4:18 a.m.
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@redhat.com> --- src/qemu/qemu_command.c | 39 ++++++++++++++++++--------------------- 1 file changed, 18 insertions(+), 21 deletions(-)
ACK