Re: [PATCH 25/27] virTPMCreateCancelPath: Refactor value returning

2022-02-10 Thread Ján Tomko
On a Wednesday in 2022, Peter Krempa wrote: Automatically free 'path' inside the loop which fills it and return the values directly. Signed-off-by: Peter Krempa --- src/util/virtpm.c | 13 - 1 file changed, 4 insertions(+), 9 deletions(-) Reviewed-by: Ján Tomko Jano

[PATCH 25/27] virTPMCreateCancelPath: Refactor value returning

2022-02-09 Thread Peter Krempa
Automatically free 'path' inside the loop which fills it and return the values directly. Signed-off-by: Peter Krempa --- src/util/virtpm.c | 13 - 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/src/util/virtpm.c b/src/util/virtpm.c index c02b42f948..8005708522 100644