This bug report was migrated from our old Bugzilla tracker.
Reported in version: 2.0.11
Reported for operating system, platform: Linux, All
Comments on the original bug report:
On 2012-07-02 06:50:41 +0000, Folkert van Heusden wrote:
SDL_TTF is currently not thread-safe. That is: SDL_TTF at itself might be thread-safe but the FreeType library underneath is not accessed in a thread-safe way.
Please consider extending SDL_TTF so that each thread can do a SDL_TTF_Init()-like call which returns a thread-specific structure containing the result of FT_Library (http://www.freetype.org/freetype2/docs/reference/ft2-base_interface.html#FT_Library ).
This bug report was migrated from our old Bugzilla tracker.
Reported in version: 2.0.11
Reported for operating system, platform: Linux, All
Comments on the original bug report:
On 2012-07-02 06:50:41 +0000, Folkert van Heusden wrote: