[BLUE] Use ExFreePoolWithTag().

This commit is contained in:
Hermès Bélusca-Maïto
2019-12-15 03:36:24 +01:00
parent 45b655ec3a
commit 67c9e81cb0
+1 -1
View File
@@ -56,7 +56,7 @@ ScrLoadFontTable(
}
MmUnmapIoSpace(Bitplane, 0xFFFF);
ExFreePool(FontBitfield);
ExFreePoolWithTag(FontBitfield, TAG_BLUE);
/* close bit plane */
CloseBitPlane();