diff --git a/win32ss/gdi/ntgdi/freetype.c b/win32ss/gdi/ntgdi/freetype.c index 7bacfb66ec7..10fb8655d79 100644 --- a/win32ss/gdi/ntgdi/freetype.c +++ b/win32ss/gdi/ntgdi/freetype.c @@ -5150,7 +5150,7 @@ IntGdiGetFontResourceInfo( /* Free the buffers */ ExFreePoolWithTag(NameInfo1, TAG_FINF); - ExFreePool(NameInfo2); + ExFreePoolWithTag(NameInfo2, TAG_FINF); if (Count == 0 && dwType != 5) {