mirror of
https://github.com/izzy2lost/xemu.git
synced 2026-07-06 00:20:22 -07:00
tests: fix check-qom-interface leaks
Found thanks to ASAN. Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Reviewed-by: Eric Blake <eblake@redhat.com>
This commit is contained in:
@@ -76,6 +76,7 @@ static void test_interface_impl(const char *type)
|
||||
|
||||
g_assert(iobj);
|
||||
g_assert(ioc->test == PATTERN);
|
||||
object_unref(obj);
|
||||
}
|
||||
|
||||
static void interface_direct_test(void)
|
||||
|
||||
Reference in New Issue
Block a user