]> git.ipfire.org Git - thirdparty/libvirt.git/commit
storage: Cleanup logical volume creation code
authorJiri Denemark <jdenemar@redhat.com>
Wed, 6 Mar 2013 11:57:40 +0000 (12:57 +0100)
committerJiri Denemark <jdenemar@redhat.com>
Wed, 6 Mar 2013 13:53:00 +0000 (14:53 +0100)
commit4b0cb4a7454aa1d5fffb2e2aca4bd5d0db2f744c
tree1c96787dbc5f495260c89a0c795e3998b23d6f38
parent80e524de863bc21bd00264ec6467dfff116577dd
storage: Cleanup logical volume creation code

This patch plugs two memory leaks, removes some useless and confusing
constructs and renames renames "cleanup" label as "error" since it is
only used for error path rather then being common for both success and
error paths.
src/storage/storage_backend_logical.c