[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
No known key found for this signature in database
GPG key ID: 3B2539C65E7B93D0

View file

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