]> git.ipfire.org Git - thirdparty/libvirt.git/commit
tools: Fix memory leak
authorJohn Ferlan <jferlan@redhat.com>
Thu, 14 Apr 2016 13:55:21 +0000 (09:55 -0400)
committerJohn Ferlan <jferlan@redhat.com>
Sat, 16 Apr 2016 12:04:14 +0000 (08:04 -0400)
commitcb31d618fdd3e332620c01fc07b24d7c69fba77a
tree63d58f73168d123855c326f18cae14de240d000e
parent6c09c17e0dafd7f2736637813c02f2fb331ba093
tools: Fix memory leak

Coverity found that commit id 'c661b675f' needed to create a cleanup
path to handle the closing of 'fp' if the virBitmapNewQuiet failed.
tools/virt-host-validate-common.c