freetype
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [ft] FT_Load_Glyph returns an error


From: Werner LEMBERG
Subject: Re: [ft] FT_Load_Glyph returns an error
Date: Sun, 13 Nov 2016 09:07:01 +0100 (CET)

>> And indeed, you have forgotten to set a proper size (with
>> `FT_Set_Char_Size', for example) before calling `FT_Load_Glyph'.
>
> Thank you, it works now but I have some memory leaks (74 allocs, 68
> frees).  [...]

Please make your homework first:

> ==1477== Rerun with --leak-check=full to see details of leaked
>          memory

If you try that you get more information that should help you identify
the problem.


    Werner



reply via email to

[Prev in Thread] Current Thread [Next in Thread]