aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libempathy-gtk/empathy-log-window.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/libempathy-gtk/empathy-log-window.c b/libempathy-gtk/empathy-log-window.c
index 9f6006473..650c3b442 100644
--- a/libempathy-gtk/empathy-log-window.c
+++ b/libempathy-gtk/empathy-log-window.c
@@ -1119,6 +1119,9 @@ log_window_get_messages_for_date (EmpathyLogWindow *window,
date,
log_window_got_messages_for_date_cb,
(gpointer) window);
+
+ g_free (chat_id);
+ g_object_unref (account);
}
static void