Hi all, the asan and docker-clang@ubuntu tests are failing due to memory leaks, mostly in instance_init but some also in realize. The former are caught by device-introspect-test, the latter by boot-serial-test.
This series fixes the simplest ones. ARM and aarch64 failures remain so I'm disabling LeakSanitizer tests in CI with the last patch. Paolo Paolo Bonzini (8): ide: fix leak from qemu_allocate_irqs microblaze: fix leak of fdevice tree blob mcf5208: fix leak from qemu_allocate_irqs hppa: fix leak from g_strdup_printf mips: fix memory leaks in board initialization cris: do not leak struct cris_disasm_data lm32: do not leak memory on object_new/object_unref docker: test-debug: disable LeakSanitizer disas/cris.c | 59 ++++++++++++++++++++++----------------------- hw/hppa/dino.c | 1 + hw/hppa/machine.c | 4 ++- hw/ide/cmd646.c | 1 + hw/m68k/mcf5208.c | 2 ++ hw/microblaze/boot.c | 1 + hw/mips/mips_int.c | 1 + hw/mips/mips_jazz.c | 2 ++ hw/timer/lm32_timer.c | 6 ++--- hw/timer/milkymist-sysctl.c | 10 ++++---- tests/docker/test-debug | 1 + 11 files changed, 49 insertions(+), 39 deletions(-) -- 1.8.3.1