Author: sginsberg
Date: Tue Sep 9 15:06:59 2008
New Revision: 36095
URL:
http://svn.reactos.org/svn/reactos?rev=36095&view=rev
Log:
- Free memory allocated by MmHeapAlloc through MmHeapFree
Modified:
trunk/reactos/boot/freeldr/freeldr/arch/i386/hwacpi.c
Modified: trunk/reactos/boot/freeldr/freeldr/arch/i386/hwacpi.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/boot/freeldr/freeldr/arch/…
==============================================================================
--- trunk/reactos/boot/freeldr/freeldr/arch/i386/hwacpi.c [iso-8859-1] (original)
+++ trunk/reactos/boot/freeldr/freeldr/arch/i386/hwacpi.c [iso-8859-1] Tue Sep 9 15:06:59
2008
@@ -123,7 +123,7 @@
/* Set 'Identifier' value */
FldrSetIdentifier(BiosKey, "ACPI BIOS");
- MmFreeMemory(PartialResourceList);
+ MmHeapFree(PartialResourceList);
}
}