Re: [PATCH 03/21] domain_conf.c: modernize virDomainDefBootOrderPostParse()

2020-12-01 Thread Michal Privoznik
On 11/24/20 8:20 PM, Daniel Henrique Barboza wrote: Use g_autoptr() with the hash and remove the 'cleanup' label. Signed-off-by: Daniel Henrique Barboza --- src/conf/domain_conf.c | 15 +-- 1 file changed, 5 insertions(+), 10 deletions(-) Reviewed-by: Michal Privoznik Michal

[PATCH 03/21] domain_conf.c: modernize virDomainDefBootOrderPostParse()

2020-11-24 Thread Daniel Henrique Barboza
Use g_autoptr() with the hash and remove the 'cleanup' label. Signed-off-by: Daniel Henrique Barboza --- src/conf/domain_conf.c | 15 +-- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/src/conf/domain_conf.c b/src/conf/domain_conf.c index 4229add26d..f0300b870d