Re: [PATCH 1/3] networkcommon_conf: Use g_autofree where possible

2021-02-24 Thread Laine Stump
On 2/23/21 12:24 PM, Kristina Hanicova wrote: Signed-off-by: Kristina Hanicova --- src/conf/networkcommon_conf.c | 14 +- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/src/conf/networkcommon_conf.c b/src/conf/networkcommon_conf.c index 26eeb6dbda..e82dbc3d3d

[PATCH 1/3] networkcommon_conf: Use g_autofree where possible

2021-02-23 Thread Kristina Hanicova
Signed-off-by: Kristina Hanicova --- src/conf/networkcommon_conf.c | 14 +- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/src/conf/networkcommon_conf.c b/src/conf/networkcommon_conf.c index 26eeb6dbda..e82dbc3d3d 100644 --- a/src/conf/networkcommon_conf.c +++