[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [ft-devel] FreeType2 API popularity investigation
From: |
Werner LEMBERG |
Subject: |
Re: [ft-devel] FreeType2 API popularity investigation |
Date: |
Wed, 05 Sep 2012 07:55:10 +0200 (CEST) |
> 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