After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 138374 - Font Patterns not freed in vtexft.c
Font Patterns not freed in vtexft.c
Status: RESOLVED DUPLICATE of bug 309322
Product: vte
Classification: Core
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: VTE Maintainers
Nalin Dahyabhai
Depends on:
Blocks:
 
 
Reported: 2004-03-29 04:09 UTC by Kiran Kumar Immidi
Modified: 2005-07-02 19:13 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Kiran Kumar Immidi 2004-03-29 04:09:39 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.
Comment 1 Michele Baldessari 2005-07-02 19:13:21 UTC

*** This bug has been marked as a duplicate of 309322 ***