- Free memory allocated by MmHeapAlloc through MmHeapFree

svn path=/trunk/; revision=36095
This commit is contained in:
Stefan Ginsberg
2008-09-09 20:06:59 +00:00
parent e65f8ffcb6
commit 5f2b16169d
@@ -123,7 +123,7 @@ DetectAcpiBios(PCONFIGURATION_COMPONENT_DATA SystemKey, ULONG *BusNumber)
/* Set 'Identifier' value */
FldrSetIdentifier(BiosKey, "ACPI BIOS");
MmFreeMemory(PartialResourceList);
MmHeapFree(PartialResourceList);
}
}