GNOME Bugzilla – Bug 153897
Leak of a g_mutex
Last modified: 2005-08-08 12:48:28 UTC
This is reported by valgrind: ==31133== 47 bytes in 4 blocks are definitely lost in loss record 6 of 24 ==31133== at 0x1B904A90: malloc (vg_replace_malloc.c:131) ==31133== by 0x1BC2ECD5: g_malloc (gmem.c:136) ==31133== by 0x1BAAB2F6: g_mutex_new_posix_impl (gthread-posix.c:151) ==31133== by 0x1BA36BE0: link_mutex_new (linc.c:271) ==31133== by 0x1BA205A6: CORBA_ORB_init (corba-orb.c:386) ==31133== by 0x1B9F4E23: bonobo_activation_orb_init (bonobo-activation-init.c:362) ==31133== by 0x1B9F5012: bonobo_activation_init (bonobo-activation-init.c:317) ==31133== by 0x1B9B3249: bonobo_init_full (bonobo-main.c:168) ==31133== by 0x1B9B32FF: bonobo_init (bonobo-main.c:242) ==31133== by 0x804F1AA: main (gnome-vfs-daemon.c:595)
Created attachment 38307 [details] [review] proposed patch releases lock
sure - we should get this into HEAD at some stage, luuckily there is only ever 1 orb so ...
At what stage are we ready to do this then? :-)
whenever someone interested wants to do it - go Kjartan ! ;-)
Commited to HEAD.