mirror of
https://github.com/acpica/acpica/
synced 2025-03-30 10:02:59 +03:00
ACPICA: Fix for error path memory leak
This commit is contained in:
parent
0c9ed4f423
commit
77645185eb
@ -1,7 +1,7 @@
|
||||
/******************************************************************************
|
||||
*
|
||||
* Module Name: exconfig - Namespace reconfiguration (Load/Unload opcodes)
|
||||
* $Revision: 1.100 $
|
||||
* $Revision: 1.101 $
|
||||
*
|
||||
*****************************************************************************/
|
||||
|
||||
@ -518,7 +518,7 @@ AcpiExLoadOp (
|
||||
Status = AcpiTbAddTable (TablePtr, &TableIndex);
|
||||
if (ACPI_FAILURE (Status))
|
||||
{
|
||||
return_ACPI_STATUS (Status);
|
||||
goto Cleanup;
|
||||
}
|
||||
|
||||
Status = AcpiExAddTable (TableIndex, AcpiGbl_RootNode, &DdbHandle);
|
||||
|
Loading…
x
Reference in New Issue
Block a user