> Just I did a preliminary investigation of FreeType2 API popularity.

Thanks a lot!  Very useful indeed.

> One of the interesting point is that the frequencies of
> FT_Init_FreeType() and FT_Done_FreeType() are different.  I guess
> that some applications allocate FT_Library object but finishes
> without freeing it.

This is common practice for single-threaded programs, I think, similar
to not freeing memory allocated in main().  It seems that those
programs have never been checked with a valgrind run...


    Werner

_______________________________________________
Freetype-devel mailing list
Freetype-devel@nongnu.org
https://lists.nongnu.org/mailman/listinfo/freetype-devel

Reply via email to