diff options
author | Jung-uk Kim <jkim@FreeBSD.org> | 2018-11-01 02:09:52 +0000 |
---|---|---|
committer | Jung-uk Kim <jkim@FreeBSD.org> | 2018-11-01 02:09:52 +0000 |
commit | 4d4b15a0e8524e15826ac932bd05252dbd246422 (patch) | |
tree | 2733e92ee403325b88fed63fcb339890232290af /source/compiler/prscan.c | |
parent | 98117aa0347721c1b33897e435818da3673040ca (diff) |
Notes
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); } |