summaryrefslogtreecommitdiffstats
path: root/source/compiler/asltree.c
diff options
context:
space:
mode:
authorjkim <jkim@FreeBSD.org>2014-09-29 19:53:38 +0000
committerjkim <jkim@FreeBSD.org>2014-09-29 19:53:38 +0000
commit4a5720e5f30ea6a8d31e75f94046c76ace845126 (patch)
treec09826b28ca0b50455664fa1d18a4efff33181e4 /source/compiler/asltree.c
parent9f91b0b83a53651519b3bbe3b8c1f2a324da984e (diff)
downloadFreeBSD-src-4a5720e5f30ea6a8d31e75f94046c76ace845126.zip
FreeBSD-src-4a5720e5f30ea6a8d31e75f94046c76ace845126.tar.gz
Import ACPICA 20140926.
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