Re: [PATCH 0/3] get rid of virDomainNetDefClear()

2020-10-01 Thread Michal Prívozník
On 10/1/20 1:08 AM, Laine Stump wrote: While looking for something else, I noticed that there were only 2 callers to virDomainNetDefClear(), and one of those was virDomain NetDefFree(). virDomainNetDefClear() necessarily has a lot of VIR_FREE() in it that couldn't be changed to g_free() (because

[PATCH 0/3] get rid of virDomainNetDefClear()

2020-09-30 Thread Laine Stump
While looking for something else, I noticed that there were only 2 callers to virDomainNetDefClear(), and one of those was virDomain NetDefFree(). virDomainNetDefClear() necessarily has a lot of VIR_FREE() in it that couldn't be changed to g_free() (because it's possible the object will be used