Re: [Qemu-devel] [PATCH 1/2] acpi-build: fix memory leak with bridge hp off

2015-01-30 Thread Igor Mammedov
On Wed, 28 Jan 2015 18:30:34 +0200 "Michael S. Tsirkin" wrote: > When bridge hotplug is disabled for old machine types, > we never free memory allocated for temporary tables. > Fix this up. patch "pc: acpi-build: simplify PCI bus tree generation" http://lists.gnu.org/archive/html/qemu-devel/2015-

[Qemu-devel] [PATCH 1/2] acpi-build: fix memory leak with bridge hp off

2015-01-28 Thread Michael S. Tsirkin
When bridge hotplug is disabled for old machine types, we never free memory allocated for temporary tables. Fix this up. Cc: qemu-sta...@nongnu.org Signed-off-by: Michael S. Tsirkin --- hw/i386/acpi-build.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hw/i386/acpi-build.c b/hw/i386/acp