On 9/7/26 13:12, [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 + 1 file changed, 1 insertion(+)
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>
