> In ftbench.c: > > if ( cache_man ) > FTC_Manager_Done( cache_man ); > > > FT_Done_Face( face ); > > FT_Done_FreeType( lib ); > > > should this be: > > if ( cache_man ) > FTC_Manager_Done( cache_man ); > else > FT_Done_Face( face ); > > FT_Done_FreeType( lib );
I think you are right, but AFAIK it doesn't hurt to call FT_Done_Face
that way. David?
Werner
_______________________________________________
Freetype mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/freetype
