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(a)redhat.com>
---
src/util/virresctrl.c | 30 +++++++++++++-----------------
1 file changed, 13 insertions(+), 17 deletions(-)
Reviewed-by: Ján Tomko <jtomko(a)redhat.com>
Jano