Hi Mike,

On Tue, 19 Aug 2008 12:07:02 +0200
Mike FABIAN <[EMAIL PROTECTED]> wrote:

>Werner LEMBERG <[EMAIL PROTECTED]> さんは書きました:
>
>>> Considering the problem you reported, now I think making
>>> FT_Stream_New() initialize *astream always can be more generic
>>> solution.
>>> 
>>> FT_Stream_New() is NOT public function, but it is most fundamental
>>> function to create a stream in FreeType2.  I suppose no FT2 users
>>> write their function creating FT_Stream without FT_Stream_New(), so,
>>> if FT_Stream_New() initializes *astream always, it will prevent the
>>> bug by freeing uninitialized stream in their functions.
>>
>> Preventing bugs at no cost is always a good idea :-)  Please apply.
>
>Thank you very much!

Just I've committed the patch to CVS.
Thank you for reporting the issue!

Regards,
mpsuzuki


_______________________________________________
Freetype-devel mailing list
Freetype-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/freetype-devel

Reply via email to