This function should release major part of memory that was allocated by FreeType. I have tested it using following EXITBLOCK:
EXITBLOCK
{
sDoneFt();
}
But, there is one problem. I don't know where we need to invoke this function in upp library. I have looked at Font.cpp, but I can't find good place there.
Sincerely,
Klugier
What is the problem with putting EXITBLOCK there? (Applied the fix there).