diff options
Diffstat (limited to 'compiler/asltree.c')
| -rw-r--r-- | compiler/asltree.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/compiler/asltree.c b/compiler/asltree.c index 3c4da4ba432d2..30f59ee46d85d 100644 --- a/compiler/asltree.c +++ b/compiler/asltree.c @@ -2,7 +2,6 @@ /****************************************************************************** * * Module Name: asltree - parse tree management - * $Revision: 1.63 $ * *****************************************************************************/ @@ -10,7 +9,7 @@ * * 1. Copyright Notice * - * Some or all of this work - Copyright (c) 1999 - 2007, Intel Corp. + * Some or all of this work - Copyright (c) 1999 - 2009, Intel Corp. * All rights reserved. * * 2. License @@ -914,6 +913,7 @@ TrLinkPeerNodes ( This->Asl.Next = Next; This = Next; } + va_end (ap); DbgPrint (ASL_PARSE_OUTPUT,"\n\n"); return (Start); |
