]> xenbits.xensource.com Git - libvirt.git/commit
network: Add coverity[leaked_handle] to ignore error
authorJohn Ferlan <jferlan@redhat.com>
Tue, 22 Jan 2013 14:41:03 +0000 (09:41 -0500)
committerMichal Privoznik <mprivozn@redhat.com>
Tue, 22 Jan 2013 15:59:46 +0000 (16:59 +0100)
commit011d40059d328e0bbfcfdb10de1a4bc0bcd11464
treecc69af79acdc0f6e02a97aea5c748a3975245c91
parent9cc0f8d5036ed18103710218a04dc2e3f01191cc
network: Add coverity[leaked_handle] to ignore error

On error, the 'tapfd' in networkStartNetworkVirtual() is synonymous
with 'macTapIfName' and will be closed in the appropriate error path.
src/network/bridge_driver.c