summaryrefslogtreecommitdiffstats
path: root/sys/dev/acpica
diff options
context:
space:
mode:
authoravg <avg@FreeBSD.org>2012-09-11 06:26:20 +0000
committeravg <avg@FreeBSD.org>2012-09-11 06:26:20 +0000
commit8d374c042e8168b7f11ebc7fab17d1a9719106c9 (patch)
tree664595c84f20194253364608cc0799f423c33b62 /sys/dev/acpica
parent291fc901e4c54dda5c67d63780b0177af8894331 (diff)
downloadFreeBSD-src-8d374c042e8168b7f11ebc7fab17d1a9719106c9.zip
FreeBSD-src-8d374c042e8168b7f11ebc7fab17d1a9719106c9.tar.gz
acpi_cpu: free result of device_get_children
MFC after: 1 week
Diffstat (limited to 'sys/dev/acpica')
-rw-r--r--sys/dev/acpica/acpi_cpu.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/acpica/acpi_cpu.c b/sys/dev/acpica/acpi_cpu.c
index d35a526..313b663 100644
--- a/sys/dev/acpica/acpi_cpu.c
+++ b/sys/dev/acpica/acpi_cpu.c
@@ -862,6 +862,7 @@ acpi_cpu_startup(void *arg)
cpu_cx_lowest_lim = 0;
cpu_disable_idle = FALSE;
cpu_idle_hook = acpi_cpu_idle;
+ free(cpu_devices, M_TEMP);
}
static void
OpenPOWER on IntegriCloud