[Telepathy] [Bug 13583] New: dbus signals are not disconnected if TpProxy is invalidated
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Mon Dec 10 03:56:54 PST 2007
http://bugs.freedesktop.org/show_bug.cgi?id=13583
Summary: dbus signals are not disconnected if TpProxy is
invalidated
Product: Telepathy
Version: unspecified
Platform: Other
OS/Version: All
Status: NEW
Severity: normal
Priority: medium
Component: telepathy-glib
AssignedTo: telepathy at lists.freedesktop.org
ReportedBy: xclaesse at gmail.com
Using tpGlibClient branch of Empathy's git repository, if I set presence to
offline the set back to available Empathy crash.
This is because empathy uses weak_object to disconnect MembersChanged signal,
but when the EmpathyTpGroup object is finalized the TpProxy is already
invalidated so tp_proxy_signal_connection_disconnect() calls
tp_proxy_borrow_interface_by_id() which returns NULL and the signal is not
disconnected.
--
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the Telepathy
mailing list