>
> You should use free() in ftvalid.c because FT_FREE() is not a public
> API.
>

First of all, the code within FreeType should *never* use 'free'
or 'malloc' directly. The font engine can be compiled in environments
where these functions are not available.

Your problem is that the public API of the validation components
lacks a proper function to release the memory the have allocated.

define and implement one, then modify the ftvalid.c test program
to call it.


- David
***********************************************************************************
Information contained in this email message is confidential and may be 
privileged, and is intended only for use of the individual or entity named 
above. If the reader of this message is not the intended recipient, or the 
employee or agent responsible to deliver it to the intended recipient, you are 
hereby notified that any dissemination, distribution or copying of this 
communication is strictly prohibited. If you have received this communication 
in error, please immediately notify the [EMAIL PROTECTED] and destroy the 
original message.
***********************************************************************************



_______________________________________________
Freetype-devel mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/freetype-devel

Reply via email to