From 754171ae60abbbd707ed8d449f07ef38f596bd22 Mon Sep 17 00:00:00 2001 From: Jung-uk Kim Date: Thu, 11 Sep 2014 21:38:09 +0000 Subject: Import ACPICA 20140828. --- source/compiler/aslload.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source/compiler/aslload.c') diff --git a/source/compiler/aslload.c b/source/compiler/aslload.c index 9b1b2afdf924..ff02d5362f05 100644 --- a/source/compiler/aslload.c +++ b/source/compiler/aslload.c @@ -129,6 +129,7 @@ LdLoadNamespace ( /* Dump the namespace if debug is enabled */ AcpiNsDumpTables (ACPI_NS_ALL, ACPI_UINT32_MAX); + ACPI_FREE (WalkState); return (AE_OK); } -- cgit v1.2.3