mirror of
https://github.com/acpica/acpica/
synced 2025-03-11 00:31:53 +03:00
Added memory allocation macros
date 2001.06.29.20.11.00; author rmoore1; state Exp;
This commit is contained in:
parent
00d49f60ce
commit
154032b7cf
@ -2,7 +2,7 @@
|
||||
/******************************************************************************
|
||||
*
|
||||
* Module Name: aslanalyze.c - check for semantic errors
|
||||
* $Revision: 1.37 $
|
||||
* $Revision: 1.38 $
|
||||
*
|
||||
*****************************************************************************/
|
||||
|
||||
@ -934,7 +934,7 @@ AnMethodAnalysisWalkEnd (
|
||||
* and correct number of arguments
|
||||
*/
|
||||
AnCheckForReservedMethod (Node, MethodInfo);
|
||||
AcpiUtFree (MethodInfo);
|
||||
ACPI_MEM_FREE (MethodInfo);
|
||||
|
||||
break;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user