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 316466 - Memory leak in mprefixups.c
Memory leak in mprefixups.c
Status: RESOLVED FIXED
Product: pango
Classification: Platform
Component: indic
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Pango Indic
Pango Indic
Depends on:
Blocks:
 
 
Reported: 2005-09-16 12:23 UTC by Owen Taylor
Modified: 2006-01-16 10:14 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Owen Taylor 2005-09-16 12:23:51 UTC
clusterSave is allocated memory, but never used or freed.
(Reported by Steve Grubb)
Comment 1 Behdad Esfahbod 2006-01-16 10:14:36 UTC
2006-01-16  Behdad Esfahbod  <behdad@gnome.org>

        * modules/indic/mprefixups.c (indic_mprefixups_apply): Remove unused
        variable clusterSave that was leaking too. (bug #316466, Steve Grubbs)