TTF_Quit intermittent failure

Hi All,

I’ve initialized TTF and called TTF_Quit with atexit() identically to the
example in the showfont.c example program. At the exit, TTF_Quit
intermittently produces a segmentation fault (took several days of
debugging to discover this!). Has anyone else found anything similar?
Could it be caused by anything in the intervening code? (several files
worth, which is why I’m not including it). For example, could it interact
with TTF_CloseFont ?

Matthew–