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 677295 - Small memleak in GnomeXkbInfo
Small memleak in GnomeXkbInfo
Status: RESOLVED DUPLICATE of bug 684140
Product: gnome-desktop
Classification: Core
Component: libgnome-desktop
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Rui Matos
Desktop Maintainers
Depends on:
Blocks:
 
 
Reported: 2012-06-01 17:28 UTC by Bastien Nocera
Modified: 2012-09-16 22:13 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Bastien Nocera 2012-06-01 17:28:29 UTC
==24058== 668 bytes in 167 blocks are definitely lost in loss record 4,235 of 4,397
==24058==    at 0x4C2884D: malloc (vg_replace_malloc.c:263)
==24058==    by 0x6EA90F7: standard_malloc (gmem.c:85)
==24058==    by 0x6EA9180: g_malloc (gmem.c:159)
==24058==    by 0x6EA94AB: g_malloc_n (gmem.c:400)
==24058==    by 0x6EC3953: g_strndup (gstrfuncs.c:420)
==24058==    by 0x4E53DE4: parse_text (gnome-xkb-info.c:355)
==24058==    by 0x6EA6EDF: g_markup_parse_context_parse (gmarkup.c:1448)
==24058==    by 0x4E53FA7: parse_rules_file (gnome-xkb-info.c:405)
==24058==    by 0x4E54085: ensure_rules_are_parsed (gnome-xkb-info.c:427)
==24058==    by 0x4E54270: gnome_xkb_info_get_all_layouts (gnome-xkb-info.c:496)
==24058==    by 0x400A82: main (test-xkb-info.c:13)
Comment 1 Rui Matos 2012-09-16 22:13:08 UTC
Jasper found the source of the leak.

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