texture-font.c has a number of error check cases, where freetype resources are
not cleaned up. Notably starting at the following location:
http://code.google.com/p/freetype-gl/source/browse/branches/gl-3.0/texture-font.
c#398
The particular case on that line, frees the FT_Library, but not the loaded
FT_Face. A few cases further down don't free the FT_Library, FT_Face or loaded
FT_Stroker. Namely at:
- texture-font.c#425
- texture-font.c#437
- texture-font.c#456
- texture-font.c#476
Original issue reported on code.google.com by jimteeu...@gmail.com on 21 Oct 2012 at 3:39
Original issue reported on code.google.com by
jimteeu...@gmail.com
on 21 Oct 2012 at 3:39