[Bug 23531] TpConnectionManager leaks async call if disposed before it becomes ready (or not)
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Mon Jul 22 10:33:51 PDT 2013
https://bugs.freedesktop.org/show_bug.cgi?id=23531
Simon McVittie <simon.mcvittie at collabora.co.uk> changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|TpConnectionManager leaks |TpConnectionManager leaks
|call_when_ready waiters if |async call if disposed
|disposed before it becomes |before it becomes ready (or
|ready (or not) |not)
--- Comment #1 from Simon McVittie <simon.mcvittie at collabora.co.uk> ---
Since some version older than 0.20, call_when_ready has been a wrapper around
tp_proxy_prepare_async(), which keeps the proxy alive until it has become ready
(or failed to do so).
> (Also, the currently-running method call is not cancelled, so I think it'll
> probably crash too.)
This still stands, but is mitigated by the fact that most applications will be
preparing the proxy now, so it won't get disposed that soon.
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
More information about the telepathy-bugs
mailing list