Re: [Qemu-devel] [PATCH 2/3] qom: Fix memory leak in function container_get

2012-04-28 Thread Andreas Färber
Am 28.04.2012 14:20, schrieb Stefan Weil: > Valgrind reported this memory leak which occured very often. > > Test scenario: > > qemu-system-i386 (no arguments), only BIOS started, terminate with > monitor command (quit). > > Signed-off-by: Stefan Weil Reviewed-by: Andreas Färber /-F -- SUS

[Qemu-devel] [PATCH 2/3] qom: Fix memory leak in function container_get

2012-04-28 Thread Stefan Weil
Valgrind reported this memory leak which occured very often. Test scenario: qemu-system-i386 (no arguments), only BIOS started, terminate with monitor command (quit). Signed-off-by: Stefan Weil --- qom/container.c |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/qom/co