GNOME Bugzilla – Bug 153266
File descriptor leak in gnome-vfs-process.c
Last modified: 2005-04-12 15:35:04 UTC
Valgrind reports this: ==28695== Open file descriptor 10: ==28695== at 0x227F82: pipe (in /lib/tls/libc-2.3.3.so) ==28695== by 0x1C0747FA: gnome_vfs_init (gnome-vfs-init.c:135) ==28695== by 0x1BC8348D: gnome_vfs_post_args_parse (gnome-init.c:423) ==28695== by 0x1BC80358: gnome_program_postinit (gnome-program.c:1633) ==28695== by 0x1BC806BF: gnome_program_init_common (gnome-program.c:1865) ==28695== by 0x1BC809F1: gnome_program_init (gnome-program.c:1683) ==28695== by 0x80747EB: main (nautilus-main.c:236)
Created attachment 31765 [details] [review] possible solution? This is just a shot in the dark really, but maybe good enough to get the discussion going?
Leak pluged in cvs HEAD.