On 23/10/25 08:31, [email protected] wrote:
From: GuoHan Zhao <[email protected]>The FirmwareLog object returned by qmp_query_firmware_log() was not being freed, causing a memory leak. Use g_autoptr to ensure the object is automatically freed when it goes out of scope. Fixes: c8aa8120313f ("hw/uefi: add 'info firmware-log' hmp monitor command.") Signed-off-by: GuoHan Zhao <[email protected]> --- hw/uefi/ovmf-log.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>
