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