[BLUE] Use ExFreePoolWithTag().

This commit is contained in:
Hermès Bélusca-Maïto
2019-12-15 02:41:42 +01:00
parent 45b655ec3a
commit 67c9e81cb0

View File

@@ -56,7 +56,7 @@ ScrLoadFontTable(
}
MmUnmapIoSpace(Bitplane, 0xFFFF);
ExFreePool(FontBitfield);
ExFreePoolWithTag(FontBitfield, TAG_BLUE);
/* close bit plane */
CloseBitPlane();