[Fontconfig] FontConfig memory question

Behdad Esfahbod behdad at behdad.org
Tue Feb 18 19:01:15 CET 2014


On 14-02-14 08:02 PM, mathog wrote:
> If pango induces fontconfig to allocate memory, but it never tells it to
> release it, then that would explain valgrind entries like this:

You are confusing still-allocated-and-reachable memory with leaks.  Gtk+
caches lots of stuff, possibly Pango contexts, which cache cairo and
fontconfig things, etc.  Unless you can prove that no one above pango is
keeping any Pango / cairo / fontconfig objects around, you can't expect those
three pieces to fully clean up their caches.

-- 
behdad
http://behdad.org/


More information about the Fontconfig mailing list