On 03/17/2017 09:32 AM, Michal Privoznik wrote:
On 03/10/2017 09:35 PM, Laine Stump wrote:
> * "administratively set" flag for the VF in the PF's
> @@ -2109,6 +2172,7 @@ virNetDevSetNetConfig(const char *linkdev, int vf,
> cleanup:
> VIR_FREE(pfDevOrig);
> VIR_FREE(vfDevOrig);
> + VIR_FREE(vfPCIDevice);
No. this needs to be virPCIDeviceFree().
Oops! *hides face in shame*
ACK with that fixed.