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 153443 - Leak in bonobo-activation-get-language-list.c
Leak in bonobo-activation-get-language-list.c
Status: RESOLVED DUPLICATE of bug 168948
Product: bonobo
Classification: Deprecated
Component: libbonobo
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Michael Meeks
bonobo qa
Depends on:
Blocks:
 
 
Reported: 2004-09-22 15:34 UTC by Kjartan Maraas
Modified: 2005-08-08 11:16 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Kjartan Maraas 2004-09-22 15:34:54 UTC
Valgrind reports this:

==4581== 11 bytes in 1 blocks are definitely lost in loss record 2 of 16
==4581==    at 0x3414A2A8: malloc (vg_replace_malloc.c:131)
==4581==    by 0x34293CD5: g_malloc (gmem.c:136)
==4581==    by 0x342A12E3: g_strdup (gstrfuncs.c:89)
==4581==    by 0x341A8F0A: read_aliases (bonobo-activation-get-language-list.c:102)
==4581==    by 0x341A934F: bonobo_activation_i18n_get_language_list
(bonobo-activation-get-language-list.c:122)
==4581==    by 0x8052DEB: add_initial_locales (object-directory-load.c:182)
==4581==    by 0x805433D: main (activation-server-main.c:336)
Comment 1 Ben Maurer 2005-03-03 14:42:46 UTC
This should really be a dup of bug 168948. We don't want to maintain that 
function ;-).
Comment 2 Kjartan Maraas 2005-08-08 11:16:12 UTC
Marking as such then.

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