diff options
Diffstat (limited to 'source/compiler/aslload.c')
-rw-r--r-- | source/compiler/aslload.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/compiler/aslload.c b/source/compiler/aslload.c index 9b1b2af..ff02d53 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); } |