[Bug 24120] Refactor the McdDispatcher
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Tue Oct 20 15:01:19 CEST 2009
http://bugs.freedesktop.org/show_bug.cgi?id=24120
--- Comment #22 from Simon McVittie <simon.mcvittie at collabora.co.uk> 2009-10-20 06:01:18 PST ---
(In reply to comment #20)
> (In reply to comment #19)
> > + if (G_LIKELY (dbus_connection))
> > + dbus_g_connection_register_g_object (dbus_connection,
> > + priv->object_path, object);
> >
> > Why wouldn't it have one?
>
> Pre-existing, I think. I believe it always would, but you never know in MC...
> I'll double-check, and either remove the G_LIKELY or make it some flavour of
> assertion.
It can actually be NULL in the debug build of MC, which doesn't exit instantly
in libdbus when disconnected, but instead waits a few seconds to clean up stale
objects. I'll add a comment.
--
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
More information about the telepathy-bugs
mailing list