GNOME Bugzilla – Bug 314692
[PATCH] Leak in gnome-settings-daemon
Last modified: 2005-09-16 17:27:11 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)
Created attachment 51454 [details] [review] patch
confirming. adding memory keyword
patch is fine, please commit
Commited.