Re: [libvirt PATCH 06/10] virDomainNumaDefParseXML: Use g_autofree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 5/11/21 11:01 AM, Tim Wiederhake wrote:
     }
VIR_FREE(nodes);
      if ((n = virXPathNodeSet("./cpu/numa[1]/interconnects[1]/latency|"
                               "./cpu/numa[1]/interconnects[1]/bandwidth", ctxt, &nodes)) <


Again, the VIR_FREE(nodes) points out that you're re-using a g_autofree pointer, and should instead use two separate pointers.




[Index of Archives]     [Virt Tools]     [Libvirt Users]     [Lib OS Info]     [Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [KDE Users]     [Fedora Tools]

  Powered by Linux