On Thu, 9 Jul 2026 at 12:13, <[email protected]> wrote: > > From: Marc-André Lureau <[email protected]> > > The MachineState fdt field is allocated by various machine types via > create_device_tree(), load_device_tree(), or similar, but was never > freed in machine_finalize(). Add the missing g_free() call. > > Signed-off-by: Marc-André Lureau <[email protected]> > --- > hw/core/machine.c | 1 +
Reviewed-by: Peter Maydell <[email protected]> thanks -- PMM
