
11 Jun
2020
11 Jun
'20
11:58 a.m.
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@redhat.com> --- tests/cputest.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-)
Reviewed-by: Ján Tomko <jtomko@redhat.com> Jano