Relates :
|
Before refactoring of font code and adding support for freetype we used to keep pointer to memory handler outside of t2k and use it in the error recovery code. Now we are trying to access same handler through t2k data structure. This is wrong as error may happen before t2k structure is initialized and this may result in crash.
|