summaryrefslogtreecommitdiffstats
path: root/source/compiler/asltree.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/compiler/asltree.c')
-rw-r--r--source/compiler/asltree.c1
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;
OpenPOWER on IntegriCloud