From 8d374c042e8168b7f11ebc7fab17d1a9719106c9 Mon Sep 17 00:00:00 2001 From: avg Date: Tue, 11 Sep 2012 06:26:20 +0000 Subject: acpi_cpu: free result of device_get_children MFC after: 1 week --- sys/dev/acpica/acpi_cpu.c | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/dev/acpica') 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 -- cgit v1.1