donotturnoff / aerend

My third year project
0 stars 0 forks source link

Destroy faces and FreeType library after use #6

Closed donotturnoff closed 3 years ago

donotturnoff commented 3 years ago

FreeType provides the FT_Done_FreeType and FT_Done_Face functions for clearing up font faces and the entire FreeType library after use. Currently, these are not called in the code, but ought to be.