summaryrefslogtreecommitdiffstats
path: root/source/common/dmrestag.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/common/dmrestag.c')
-rw-r--r--source/common/dmrestag.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/common/dmrestag.c b/source/common/dmrestag.c
index d72ecad..d4960ef 100644
--- a/source/common/dmrestag.c
+++ b/source/common/dmrestag.c
@@ -666,6 +666,7 @@ AcpiGetTagPathname (
Status = AcpiNsBuildExternalPath (BufferNode, RequiredSize, Pathname);
if (ACPI_FAILURE (Status))
{
+ ACPI_FREE (Pathname);
return (NULL);
}
OpenPOWER on IntegriCloud