summaryrefslogtreecommitdiff
path: root/source/compiler/aslallocate.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/compiler/aslallocate.c')
-rw-r--r--source/compiler/aslallocate.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/source/compiler/aslallocate.c b/source/compiler/aslallocate.c
index 97b7e2311..d86b5f39b 100644
--- a/source/compiler/aslallocate.c
+++ b/source/compiler/aslallocate.c
@@ -295,9 +295,13 @@ void
UtFreeLineBuffers (
void)
{
-
free (AslGbl_CurrentLineBuffer);
+
free (AslGbl_MainTokenBuffer);
+
free (AslGbl_MacroTokenBuffer);
+
+ free (AslGbl_MacroTokenReplaceBuffer);
+
free (AslGbl_ExpressionTokenBuffer);
}