Michal Privoznik 7c2a4e84b7 Prefer g_auto(GStrv) over g_strfreev()
There are a few cases where a string list is freed by an explicit
call of g_strfreev(), but the same result can be achieved by
g_atuo(GStrv).

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Tim Wiederhake <twiederh@redhat.com>
2021-11-11 16:16:17 +01:00
..
2021-06-14 14:16:44 +02:00
2021-10-21 17:34:04 +01:00
2019-08-09 09:03:53 +02:00
2021-10-06 09:28:19 +02:00
2021-11-11 16:16:17 +01:00