mirror of
https://github.com/reactos/reactos.git
synced 2026-06-02 01:11:03 +08:00
[BLUE] Use ExFreePoolWithTag().
This commit is contained in:
@@ -56,7 +56,7 @@ ScrLoadFontTable(
|
||||
}
|
||||
|
||||
MmUnmapIoSpace(Bitplane, 0xFFFF);
|
||||
ExFreePool(FontBitfield);
|
||||
ExFreePoolWithTag(FontBitfield, TAG_BLUE);
|
||||
|
||||
/* close bit plane */
|
||||
CloseBitPlane();
|
||||
|
||||
Reference in New Issue
Block a user