Re: [PATCH 1/4] vsh-table: Use g_autofree where possible

2021-03-03 Thread Laine Stump
On 3/1/21 10:54 AM, Ján Tomko wrote: On a Thursday in 2021, Michal Privoznik wrote: On 2/25/21 1:20 PM, Ján Tomko wrote: On a Tuesday in 2021, Kristina Hanicova wrote: In: vshTableRowNew(), vshTablePrint(), vshTablePrintToStdout(). Signed-off-by: Kristina Hanicova --- tools/vsh-table.c | 16

Re: [PATCH 1/4] vsh-table: Use g_autofree where possible

2021-03-01 Thread Ján Tomko
On a Thursday in 2021, Michal Privoznik wrote: On 2/25/21 1:20 PM, Ján Tomko wrote: On a Tuesday in 2021, Kristina Hanicova wrote: In: vshTableRowNew(), vshTablePrint(), vshTablePrintToStdout(). Signed-off-by: Kristina Hanicova --- tools/vsh-table.c | 16 +--- 1 file changed, 5

Re: [PATCH 1/4] vsh-table: Use g_autofree where possible

2021-02-25 Thread Michal Privoznik
On 2/25/21 1:20 PM, Ján Tomko wrote: On a Tuesday in 2021, Kristina Hanicova wrote: In: vshTableRowNew(), vshTablePrint(), vshTablePrintToStdout(). Signed-off-by: Kristina Hanicova --- tools/vsh-table.c | 16 +--- 1 file changed, 5 insertions(+), 11 deletions(-) diff --git

Re: [PATCH 1/4] vsh-table: Use g_autofree where possible

2021-02-25 Thread Ján Tomko
On a Tuesday in 2021, Kristina Hanicova wrote: In: vshTableRowNew(), vshTablePrint(), vshTablePrintToStdout(). Signed-off-by: Kristina Hanicova --- tools/vsh-table.c | 16 +--- 1 file changed, 5 insertions(+), 11 deletions(-) diff --git a/tools/vsh-table.c b/tools/vsh-table.c index

[PATCH 1/4] vsh-table: Use g_autofree where possible

2021-02-23 Thread Kristina Hanicova
In: vshTableRowNew(), vshTablePrint(), vshTablePrintToStdout(). Signed-off-by: Kristina Hanicova --- tools/vsh-table.c | 16 +--- 1 file changed, 5 insertions(+), 11 deletions(-) diff --git a/tools/vsh-table.c b/tools/vsh-table.c index d09cc9e14e..2e10abfc90 100644 ---