diff options
Diffstat (limited to 'libempathy')
-rw-r--r-- | libempathy/empathy-tp-chat.c | 2 |
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; |