]> git.0d.be Git - empathy.git/commit
dispatcher_request_failed: check if conn_data is not NULL
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Wed, 9 Sep 2009 16:36:46 +0000 (17:36 +0100)
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Wed, 9 Sep 2009 16:46:20 +0000 (17:46 +0100)
commitd8e6d9a444325fa428fb27faabdbd605ce91e8d5
tree0a4144306cd3920f04949b5e09b91a0a0ba04d16
parenta64a6378eb3098be9e51d1dda253f7fb0c4c1fa3
dispatcher_request_failed: check if conn_data is not NULL

Trace attached on lp #392678 seems to indicate that the
priv->connections hash table doesn't have a ConnectionData associated
with the connection. A possible explanation could be that this
connection has been invalidated before the RequestChannel call is
terminated.

Check if ConnectionData so Empathy won't crash in such case.
libempathy/empathy-dispatcher.c