On Wed, 11/09 15:02, Marc-André Lureau wrote: > ASAN spotted: > SUMMARY: AddressSanitizer: 74 byte(s) leaked in 2 allocation(s). > > Signed-off-by: Marc-André Lureau <marcandre.lur...@redhat.com> > --- > tests/test-uuid.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/tests/test-uuid.c b/tests/test-uuid.c > index 77dcdc4..d3a2791 100644 > --- a/tests/test-uuid.c > +++ b/tests/test-uuid.c > @@ -161,6 +161,7 @@ static void test_uuid_unparse_strdup(void) > } > out = qemu_uuid_unparse_strdup(&uuid_test_data[i].uuid); > g_assert_cmpstr(uuid_test_data[i].uuidstr, ==, out); > + g_free(out); > } > } > > -- > 2.10.0 >
Thanks, applied: https://github.com/famz/qemu/tree/staging Fam