[libvirt] [PATCH] Don't free NULL network in cmdNetworkUpdate

Laine Stump laine at laine.org
Tue Aug 27 12:03:04 UTC 2013


On 08/26/2013 09:39 AM, Ján Tomko wrote:
> If the network has not been found, virNetworkFree(NULL)
> was called, resulting in an extra error:
> error: invalid network pointer in virNetworkFree


The patch is okay, but all vir*Free() functions should be NOPs when the
argument is NULL.





More information about the libvir-list mailing list