Re: [PATCH 08/11] xen_xl.c: Use g_autofree more

2022-01-14 Thread Ján Tomko
On a Friday in 2022, Michal Privoznik wrote: There are few places inside src/libxl/xen_xl.c that can benefit from g_autofree. Let them use automatic memory freeing. Signed-off-by: Michal Privoznik --- src/libxl/xen_xl.c | 17 ++--- 1 file changed, 6 insertions(+), 11 deletions(-)

[PATCH 08/11] xen_xl.c: Use g_autofree more

2022-01-14 Thread Michal Privoznik
There are few places inside src/libxl/xen_xl.c that can benefit from g_autofree. Let them use automatic memory freeing. Signed-off-by: Michal Privoznik --- src/libxl/xen_xl.c | 17 ++--- 1 file changed, 6 insertions(+), 11 deletions(-) diff --git a/src/libxl/xen_xl.c