26 minutes and 1 second | ||
John Ferlan | f2fb783 Changeset → | |
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. |