[FONT][WIN32SS] Use ExFreePoolWithTag instead of ExFreePool (#941)

This commit is contained in:
Katayama Hirofumi MZ 2018-10-14 16:47:52 +09:00 committed by Thomas Faber
parent 3d13a464f7
commit 801b71b9bf

View file

@ -5150,7 +5150,7 @@ IntGdiGetFontResourceInfo(
/* Free the buffers */
ExFreePoolWithTag(NameInfo1, TAG_FINF);
ExFreePool(NameInfo2);
ExFreePoolWithTag(NameInfo2, TAG_FINF);
if (Count == 0 && dwType != 5)
{