Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix crashes with invalid font files in /usr/share/fonts (#116)
tsMuxer called FT_Done_Face also if FT_New_Face reported an error. This caused FT_Done_Face to be fed with a pointer that was either already freed in a previous iteration of the loop, or was totally uninitialised from the start. Fixes #63
- Loading branch information