On a Thursday in 2021, Peter Krempa wrote:
Use g_autoptr for the temp bitmap. To achieve this the variable must
be
moved down to the appropriate scope.
Signed-off-by: Peter Krempa <pkrempa(a)redhat.com>
---
src/hypervisor/domain_driver.c | 7 ++-----
1 file changed, 2 insertions(+), 5 deletions(-)
Reviewed-by: Ján Tomko <jtomko(a)redhat.com>
Jano