]> xenbits.xensource.com Git - libvirt.git/commit
conf: Clean up some unnecessary goto paths
authorJohn Ferlan <jferlan@redhat.com>
Fri, 15 Feb 2019 12:04:13 +0000 (07:04 -0500)
committerJohn Ferlan <jferlan@redhat.com>
Mon, 4 Mar 2019 12:09:06 +0000 (07:09 -0500)
commitec0793ded44d201dc203d358635e36ba46f1b9a8
tree32800b6441c0bb3a5dba98edc3ea348d8cf90933
parente2087c29552a909b0c14094f1d647331cb20e8dc
conf: Clean up some unnecessary goto paths

Now that we're using VIR_AUTOPTR(virBitmap) there's a couple of methods
that we can clean up some now unnecessary goto paths.

Signed-off-by: John Ferlan <jferlan@redhat.com>
Reviewed-by: Erik Skultety <eskultet@redhat.com>
src/conf/domain_conf.c