[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [ft] Assertion fails when calling FT_Open_Face, caused by custom str
From: |
Werner LEMBERG |
Subject: |
Re: [ft] Assertion fails when calling FT_Open_Face, caused by custom stream |
Date: |
Mon, 29 Aug 2005 20:21:49 +0200 (CEST) |
> It seems that Freetype zeroes out all structures it allocates, and
> silently assumes that the user of the library zeroes out all
> structures after allocation as well. This would be OK if it is
> documented, but it isn't.
Now it is. Thanks for pointing this out.
> So, is my assumption correct, should I zero all memory that I pass
> to freetype?
Yes.
Werner