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 314702 - Leaks reported by valgrind
Leaks reported by valgrind
Status: RESOLVED FIXED
Product: nautilus
Classification: Core
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Nautilus Maintainers
Nautilus Maintainers
Depends on:
Blocks:
 
 
Reported: 2005-08-28 12:30 UTC by Kjartan Maraas
Modified: 2006-02-26 16:45 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Kjartan Maraas 2005-08-28 12:30:37 UTC
==19893== 212 (16 direct, 196 indirect) bytes in 1 blocks are definitely lost in
loss record 16049 of 19102
==19893==    at 0x1B904B64: calloc (vg_replace_malloc.c:279)
==19893==    by 0x1C9F4C24: (within /usr/lib/libexif.so.12.0.0)
==19893==    by 0x1C9F4D5D: exif_mem_alloc (in /usr/lib/libexif.so.12.0.0)
==19893==    by 0x1C9ECF6A: exif_content_new_mem (in /usr/lib/libexif.so.12.0.0)
==19893==    by 0x1C9ED6DF: exif_data_new_mem (in /usr/lib/libexif.so.12.0.0)
==19893==    by 0x1C9F43A7: exif_loader_get_data (in /usr/lib/libexif.so.12.0.0)
==19893==    by 0x806D499: file_read_callback (nautilus-image-properties-page.c:263)
==19893==    by 0x1C2A43E8: dispatch_job_callback (gnome-vfs-job.c:218)
==19893==    by 0x1C8908B7: g_idle_dispatch (gmain.c:3813)
==19893==    by 0x1C88E715: g_main_context_dispatch (gmain.c:1934)
==19893==    by 0x1C8914E5: g_main_context_iterate (gmain.c:2565)
==19893==    by 0x1C8919E6: g_main_loop_run (gmain.c:2769)
==19893==    by 0x1BEB0B90: gtk_main (gtkmain.c:976)
==19893==    by 0x8071F09: main (nautilus-main.c:435)


==19893== 120 bytes in 8 blocks are definitely lost in loss record 15307 of 19102
==19893==    at 0x1B903882: malloc (vg_replace_malloc.c:149)
==19893==    by 0x1C894BB1: g_malloc (gmem.c:137)
==19893==    by 0x1C8A5385: g_strdup (gstrfuncs.c:91)
==19893==    by 0x1B94A7E1: nautilus_file_get_display_name (nautilus-file.c:2741)
==19893==    by 0x1B9478CE: nautilus_compute_title_for_uri
(nautilus-file-utilities.c:68)
==19893==    by 0x8065EBE: nautilus_bookmark_list_load_file
(nautilus-bookmark-list.c:81)
==19893==    by 0x80667BF: bookmark_monitor_notify_cb (nautilus-bookmark-list.c:657)
==19893==    by 0x1C2AF09A: actually_dispatch_callback (gnome-vfs-monitor.c:270)
==19893==    by 0x1C8908B7: g_idle_dispatch (gmain.c:3813)
==19893==    by 0x1C88E715: g_main_context_dispatch (gmain.c:1934)
==19893==    by 0x1C8914E5: g_main_context_iterate (gmain.c:2565)
==19893==    by 0x1C8919E6: g_main_loop_run (gmain.c:2769)
==19893==    by 0x1BEB0B90: gtk_main (gtkmain.c:976)
==19893==    by 0x8071F09: main (nautilus-main.c:435)
Comment 1 Kjartan Maraas 2006-02-26 16:45:01 UTC
Looks like these have been fixed later.