Re: [libvirt PATCH 03/10] virDomainNumatuneNodeParseXML: Use g_autofree

2021-05-11 Thread Laine Stump
On 5/11/21 11:01 AM, Tim Wiederhake wrote: Signed-off-by: Tim Wiederhake --- src/conf/numa_conf.c | 33 ++--- 1 file changed, 14 insertions(+), 19 deletions(-) diff --git a/src/conf/numa_conf.c b/src/conf/numa_conf.c index bae59ac7b8..531bdc6eba 100644 ---

[libvirt PATCH 03/10] virDomainNumatuneNodeParseXML: Use g_autofree

2021-05-11 Thread Tim Wiederhake
Signed-off-by: Tim Wiederhake --- src/conf/numa_conf.c | 33 ++--- 1 file changed, 14 insertions(+), 19 deletions(-) diff --git a/src/conf/numa_conf.c b/src/conf/numa_conf.c index bae59ac7b8..531bdc6eba 100644 --- a/src/conf/numa_conf.c +++ b/src/conf/numa_conf.c @@