Re: [PATCH 03/12] cpu_ppc64.c: modernize ppc64VendorParse()

2020-09-08 Thread Ján Tomko
On a Wednesday in 2020, Daniel Henrique Barboza wrote: Use g_autoptr() in virCPUppc64VendorPtr and remove the now uneeded 'cleanup' label. Signed-off-by: Daniel Henrique Barboza --- src/cpu/cpu_ppc64.c | 13 - 1 file changed, 4 insertions(+), 9 deletions(-) Reviewed-by: Ján Tomko

[PATCH 03/12] cpu_ppc64.c: modernize ppc64VendorParse()

2020-09-02 Thread Daniel Henrique Barboza
Use g_autoptr() in virCPUppc64VendorPtr and remove the now uneeded 'cleanup' label. Signed-off-by: Daniel Henrique Barboza --- src/cpu/cpu_ppc64.c | 13 - 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/src/cpu/cpu_ppc64.c b/src/cpu/cpu_ppc64.c index