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 314692 - [PATCH] Leak in gnome-settings-daemon
[PATCH] Leak in gnome-settings-daemon
Status: RESOLVED FIXED
Product: gnome-control-center
Classification: Core
Component: [obsolete] settings-daemon
2.12.x
Other Linux
: High normal
: ---
Assigned To: Control-Center Maintainers
Control-Center Maintainers
Depends on:
Blocks:
 
 
Reported: 2005-08-28 11:22 UTC by Kjartan Maraas
Modified: 2005-09-16 17:27 UTC
See Also:
GNOME target: ---
GNOME version: 2.11/2.12


Attachments
patch (555 bytes, patch)
2005-08-28 11:28 UTC, Kjartan Maraas
accepted-commit_now Details | Review

Description Kjartan Maraas 2005-08-28 11:22:48 UTC
==19841== 10 bytes in 1 blocks are definitely lost in loss record 974 of 3914
==19841==    at 0x1B903882: malloc (vg_replace_malloc.c:149)
==19841==    by 0x1C81BBB1: g_malloc (gmem.c:137)
==19841==    by 0x1C82C385: g_strdup (gstrfuncs.c:91)
==19841==    by 0x1C0FDCAF: set_string (gconf-value.c:55)
==19841==    by 0x1C0FE7A9: gconf_value_copy (gconf-value.c:732)
==19841==    by 0x1C1077B5: gconf_client_get_full (gconf-client.c:1281)
==19841==    by 0x1C107DC8: gconf_client_get_string (gconf-client.c:1469)
==19841==    by 0x8052AEA: gnome_settings_font_init (gnome-settings-font.c:26)
==19841==    by 0x80525E2: gnome_settings_daemon_new (gnome-settings-daemon.c:340)
==19841==    by 0x8051438: main (factory.c:42)
Comment 1 Kjartan Maraas 2005-08-28 11:28:30 UTC
Created attachment 51454 [details] [review]
patch
Comment 2 Christian Kirbach 2005-09-01 21:27:53 UTC
confirming. adding memory keyword
Comment 3 Sebastien Bacher 2005-09-06 14:52:28 UTC
patch is fine, please commit
Comment 4 Kjartan Maraas 2005-09-16 17:27:11 UTC
Commited.