acpi_cpu: free result of device_get_children

MFC after:	1 week
This commit is contained in:
avg 2012-09-11 06:26:20 +00:00
parent 291fc901e4
commit 8d374c042e

View File

@ -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