diff options
Diffstat (limited to 'libempathy-gtk/empathy-chat.c')
-rw-r--r-- | libempathy-gtk/empathy-chat.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libempathy-gtk/empathy-chat.c b/libempathy-gtk/empathy-chat.c index 30fa44c47..ebafa57ef 100644 --- a/libempathy-gtk/empathy-chat.c +++ b/libempathy-gtk/empathy-chat.c @@ -1245,6 +1245,7 @@ chat_destroy_cb (EmpathyTpChat *tp_chat, return; } + chat_composing_remove_timeout (chat); g_object_unref (priv->tp_chat); priv->tp_chat = NULL; g_object_notify (G_OBJECT (chat), "tp-chat"); |