]> git.ipfire.org Git - thirdparty/libvirt.git/commit
esx_driver: Resolve Coverity RESOURCE_LEAK on error paths
authorJohn Ferlan <jferlan@redhat.com>
Tue, 3 Sep 2013 11:20:34 +0000 (07:20 -0400)
committerJohn Ferlan <jferlan@redhat.com>
Tue, 3 Sep 2013 21:19:38 +0000 (17:19 -0400)
commitae83e02f3dd7fe99fed5d8159a35b666fafeafd5
treefa58e20cb780cb0584b72e8a4da3aacc559ab2c8
parent7f953b19094f0684ab305be2ded7c4a2d119b23b
esx_driver: Resolve Coverity RESOURCE_LEAK on error paths

New Coverity release found a couple of error paths where memory would be
leaked in an error/goto path before being properly handled.
src/esx/esx_driver.c