diff options
Diffstat (limited to 'source/compiler/asltree.c')
-rw-r--r-- | source/compiler/asltree.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source/compiler/asltree.c b/source/compiler/asltree.c index cd84d8b..38644e8 100644 --- a/source/compiler/asltree.c +++ b/source/compiler/asltree.c @@ -530,7 +530,6 @@ TrCreateConstantLeafNode ( /* Get the simple filename from the full path */ FlSplitInputPathname (Op->Asl.Filename, &Path, &Filename); - ACPI_FREE (Path); Op->Asl.Value.String = Filename; break; |