GNOME Bugzilla – Bug 522356
gnome-mount crashes because of atk-bridge
Last modified: 2008-03-19 08:38:48 UTC
start gnome-mount, will see following: gnome-mount 0.6 (gnome-mount:10146): Bonobo-CRITICAL **: bonobo_object_unref: assertion `BONOBO_IS_OBJECT (object)' failed
Since in desktop.c:spi_desktop_remove_application, we call bonobo_object_release_unref for the object, we don't need to unref the object again. We don't find this issue probable because we have some ref leaks for the object.
Created attachment 107264 [details] [review] patch
*** Bug 403535 has been marked as a duplicate of this bug. ***