On a Thursday in 2020, Peter Krempa wrote:
Use g_free directly to free the returned pointer from
virTestLogContentAndReset rather than store it in a temp variable.
Needed back when VIR_FREE was mandated in:
8fe454ce90899945b1d16674668a0208657b6e61
Signed-off-by: Peter Krempa <pkrempa(a)redhat.com>
---
tests/cputest.c | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
Reviewed-by: Ján Tomko <jtomko(a)redhat.com>
Jano