libvirt/src/nwfilter
John Ferlan f2fb783bb6 nwfilter: Fix memory leak and error path
Found by Coverity. If virNWFilterHashTablePut, then the 3rd arg @val
must be free'd since it would be leaked.

This also fixes potential problem on the error path where the caller
could assume the virNWFilterHashTablePut was successful when in fact
it failed leading to other issues.
2017-10-04 06:22:02 -04:00
..
nwfilter_dhcpsnoop.c nwfilter: Don't have virNWFilterIPAddrMapAddIPAddr consume input 2017-10-02 06:14:32 -04:00
nwfilter_dhcpsnoop.h
nwfilter_driver.c nwfilter: Consistently name virNWFilterPtr in driver 2017-07-15 23:00:30 -04:00
nwfilter_driver.h
nwfilter_ebiptables_driver.c
nwfilter_ebiptables_driver.h
nwfilter_gentech_driver.c nwfilter: Fix memory leak and error path 2017-10-04 06:22:02 -04:00
nwfilter_gentech_driver.h
nwfilter_learnipaddr.c nwfilter: Fix memory leak in learnIPAddressThread 2017-09-27 07:31:08 -04:00
nwfilter_learnipaddr.h
nwfilter_tech_driver.h