OSDN Git Service

acpi-build: fix memory leak with bridge hp off
authorMichael S. Tsirkin <mst@redhat.com>
Wed, 28 Jan 2015 16:18:50 +0000 (18:18 +0200)
committerMichael S. Tsirkin <mst@redhat.com>
Thu, 26 Feb 2015 11:42:15 +0000 (12:42 +0100)
commit16771613a89838020ee6d84be40b46c6a8180824
treead9fb3125051b83af43b6f24f983a3ca45b29600
parent11d39a131020cc5c54ff9bc86d3259f7d32bf849
acpi-build: fix memory leak with bridge hp off

When bridge hotplug is disabled for old machine types,
we never free memory allocated for temporary tables.
Fix this up.

Cc: qemu-stable@nongnu.org
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
hw/i386/acpi-build.c