
7 Apr
2021
7 Apr
'21
6:41 p.m.
On a Thursday in 2021, Peter Krempa wrote:
Move variables into the loop which uses them and use automatic freeing for temporarily allocated variables.
Signed-off-by: Peter Krempa <pkrempa@redhat.com> --- src/util/virresctrl.c | 30 +++++++++++++----------------- 1 file changed, 13 insertions(+), 17 deletions(-)
Reviewed-by: Ján Tomko <jtomko@redhat.com> Jano