1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

Fonts: Replace heavyweight leak detector in FTFaceWrapper

This commit is contained in:
reuk 2024-06-18 11:03:24 +01:00
parent 131b838c65
commit 2301f398aa
No known key found for this signature in database
GPG key ID: FCB43929F012EE5C

View file

@ -125,7 +125,7 @@ struct FTFaceWrapper final : public ReferenceCountedObject
MemoryBlock savedFaceData;
FT_Face face = {};
JUCE_HEAVYWEIGHT_LEAK_DETECTOR(FTFaceWrapper)
JUCE_LEAK_DETECTOR (FTFaceWrapper)
};
//==============================================================================