mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
[BLUE] Use ExFreePoolWithTag().
This commit is contained in:
parent
45b655ec3a
commit
67c9e81cb0
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ ScrLoadFontTable(
|
|||
}
|
||||
|
||||
MmUnmapIoSpace(Bitplane, 0xFFFF);
|
||||
ExFreePool(FontBitfield);
|
||||
ExFreePoolWithTag(FontBitfield, TAG_BLUE);
|
||||
|
||||
/* close bit plane */
|
||||
CloseBitPlane();
|
||||
|
|
Loading…
Reference in a new issue