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: [email protected]
ReportedBy: [EMAIL PROTECTED]
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.
_______________________________________________
Telepathy mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/telepathy