mirror of
https://github.com/reactos/reactos.git
synced 2026-06-01 00:40:26 +08:00
[FONT][WIN32SS] Use ExFreePoolWithTag instead of ExFreePool (#941)
This commit is contained in:
committed by
Thomas Faber
parent
3d13a464f7
commit
801b71b9bf
@@ -5150,7 +5150,7 @@ IntGdiGetFontResourceInfo(
|
||||
|
||||
/* Free the buffers */
|
||||
ExFreePoolWithTag(NameInfo1, TAG_FINF);
|
||||
ExFreePool(NameInfo2);
|
||||
ExFreePoolWithTag(NameInfo2, TAG_FINF);
|
||||
|
||||
if (Count == 0 && dwType != 5)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user