aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-tp-chat.c
diff options
context:
space:
mode:
Diffstat (limited to 'libempathy/empathy-tp-chat.c')
-rw-r--r--libempathy/empathy-tp-chat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy/empathy-tp-chat.c b/libempathy/empathy-tp-chat.c
index 69554bd8a..e818c779d 100644
--- a/libempathy/empathy-tp-chat.c
+++ b/libempathy/empathy-tp-chat.c
@@ -694,7 +694,7 @@ tp_chat_dispose (GObject *object)
g_object_unref (priv->factory);
priv->factory = NULL;
- if (priv->user != NULL);
+ if (priv->user != NULL)
g_object_unref (priv->user);
priv->user = NULL;