summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source/compiler/prscan.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/compiler/prscan.c b/source/compiler/prscan.c
index 580b47f0a..325569ed4 100644
--- a/source/compiler/prscan.c
+++ b/source/compiler/prscan.c
@@ -1259,7 +1259,6 @@ PrPopDirective (
AslGbl_DirectiveInfo[Info->Directive].Name,
Info->Argument, AslGbl_IgnoringThisCodeBlock ? "TRUE" : "FALSE");
- ACPI_FREE (Info);
return (AE_OK);
}