Re: [PATCH 02/23] virDomainDeviceValidateAliasImpl: Automatically free GHashTable and remove cleanup

2021-11-30 Thread Ján Tomko
On a Tuesday in 2021, Peter Krempa wrote: After the conversion to g_autofree, the cleanup label is no longer needed. Signed-off-by: Peter Krempa --- src/conf/domain_validate.c | 13 - 1 file changed, 4 insertions(+), 9 deletions(-) Reviewed-by: Ján Tomko Jano signature.asc

[PATCH 02/23] virDomainDeviceValidateAliasImpl: Automatically free GHashTable and remove cleanup

2021-11-30 Thread Peter Krempa
After the conversion to g_autofree, the cleanup label is no longer needed. Signed-off-by: Peter Krempa --- src/conf/domain_validate.c | 13 - 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/src/conf/domain_validate.c b/src/conf/domain_validate.c index