]> git.0d.be Git - empathy.git/commit
tp_chat_got_renamed_contacts_cb: use tp_clear_object() to unref priv->user
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Wed, 23 Mar 2011 13:26:29 +0000 (14:26 +0100)
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Wed, 23 Mar 2011 13:26:41 +0000 (14:26 +0100)
commit26ac10366710eb6e60539421ccf88c5e6833a58b
treefc46143ec2c673311fc28bcac9ecac2b2b82d8a5
parent1da2f83f35972269f9e4712ecee01ed0ad5a55a2
tp_chat_got_renamed_contacts_cb: use tp_clear_object() to unref priv->user

If priv->user and old are both NULL, we used to crash.
libempathy/empathy-tp-chat.c