GNOME Bugzilla – Bug 138374
Font Patterns not freed in vtexft.c
Last modified: 2005-07-02 19:13:21 UTC
In _vte_xft_font_for_char() there is a comment "/* If the font was opened, it owns the pattern. */". The pattern has to be freed here, otherwise we end up finally freeing only those patterns which have not been used for any font. This is not a leak as it does not increase with time, but a static amount.
*** This bug has been marked as a duplicate of 309322 ***