rougier / freetype-gl

OpenGL text using one vertex buffer, one texture and FreeType
Other
1.65k stars 266 forks source link

Fixed Memory Leaks #121

Closed tustvold closed 8 years ago

tustvold commented 8 years ago

Fixed two memory leaks in texture_font_load_glyph where the FT_Face and FT_Library initialised by texture_font_load_face aren't cleaned up.

adrianbroher commented 8 years ago

Looks good. Thanks for your patch.