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 | 8 +++-----
1 file changed, 3 insertions(+), 5 deletions(-)
Reviewed-by: Ján Tomko <jtomko(a)redhat.com>
Jano