Re: [Qemu-devel] [PATCH] seabios: acpi: fix memory leak in build_srat().
On Fri, Feb 12, 2010 at 11:36:20AM +0900, Isaku Yamahata wrote: > numadata() is allocated for temporal use, but not freed. > free it. Thanks. -Kevin
[Qemu-devel] [PATCH] seabios: acpi: fix memory leak in build_srat().
numadata() is allocated for temporal use, but not freed. free it. Signed-off-by: Isaku Yamahata --- src/acpi.c |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/src/acpi.c b/src/acpi.c index dbdca79..e2a1153 100644 --- a/src/acpi.c +++ b/src/acpi.c @@ -490,6 +490,7 @@ bui