GNOME Bugzilla – Bug 153443
Leak in bonobo-activation-get-language-list.c
Last modified: 2005-08-08 11:16:12 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)
This should really be a dup of bug 168948. We don't want to maintain that function ;-).
Marking as such then. *** This bug has been marked as a duplicate of 168948 ***