mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
- Free memory allocated by MmHeapAlloc through MmHeapFree
svn path=/trunk/; revision=36095
This commit is contained in:
@@ -123,7 +123,7 @@ DetectAcpiBios(PCONFIGURATION_COMPONENT_DATA SystemKey, ULONG *BusNumber)
|
||||
|
||||
/* Set 'Identifier' value */
|
||||
FldrSetIdentifier(BiosKey, "ACPI BIOS");
|
||||
MmFreeMemory(PartialResourceList);
|
||||
MmHeapFree(PartialResourceList);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user