[Qemu-devel] [PATCH 3/3] hw/pc_sysfw: Fix memory leak

2012-04-28 Thread Stefan Weil
Valgrind reported this memory leak which occured a few times. Test scenario: qemu-system-i386 (no arguments), only BIOS started, terminate with monitor command (quit). Signed-off-by: Stefan Weil s...@weilnetz.de --- hw/pc_sysfw.c |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-)

Re: [Qemu-devel] [PATCH 3/3] hw/pc_sysfw: Fix memory leak

2012-04-28 Thread Andreas Färber
Am 28.04.2012 14:20, schrieb Stefan Weil: Valgrind reported this memory leak which occured a few times. Test scenario: qemu-system-i386 (no arguments), only BIOS started, terminate with monitor command (quit). Signed-off-by: Stefan Weil s...@weilnetz.de Reviewed-by: Andreas Färber