Re: [PATCH 01/30] util: convert pointers to use g_autofree

2020-11-24 Thread Ján Tomko
On a Tuesday in 2020, Ján Tomko wrote: I've changed the commit summary to: util: xml: convert pointers to use g_autofree to distinguish this from the other commits in places where only summaries are shown. On a Monday in 2020, Ryan Gahagan wrote: From: Barrett Schonefeld -

Re: [PATCH 01/30] util: convert pointers to use g_autofree

2020-11-24 Thread Ján Tomko
I've changed the commit summary to: util: xml: convert pointers to use g_autofree to distinguish this from the other commits in places where only summaries are shown. On a Monday in 2020, Ryan Gahagan wrote: From: Barrett Schonefeld - src/util/virxml.c There is no need to list the

[PATCH 01/30] util: convert pointers to use g_autofree

2020-11-23 Thread Ryan Gahagan
From: Barrett Schonefeld - src/util/virxml.c Signed-off-by: Barrett Schonefeld --- src/util/virxml.c | 7 ++- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/src/util/virxml.c b/src/util/virxml.c index a3b819d85c..7df50e4b4d 100644 --- a/src/util/virxml.c +++