Re: [PATCH 10/32] tests: replace free_all() usage with g_auto

2022-03-23 Thread Richard Henderson
On 3/23/22 08:57, marcandre.lur...@redhat.com wrote: From: Marc-André Lureau Use more idiomatic glib/auto-style code. Signed-off-by: Marc-André Lureau --- tests/unit/check-qobject.c | 127 - 1 file changed, 40 insertions(+), 87 deletions(-) Reviewed-by:

[PATCH 10/32] tests: replace free_all() usage with g_auto

2022-03-23 Thread marcandre . lureau
From: Marc-André Lureau Use more idiomatic glib/auto-style code. Signed-off-by: Marc-André Lureau --- tests/unit/check-qobject.c | 127 - 1 file changed, 40 insertions(+), 87 deletions(-) diff --git a/tests/unit/check-qobject.c b/tests/unit/check-qobject.c