aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy-map-view.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/empathy-map-view.c')
-rw-r--r--src/empathy-map-view.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/empathy-map-view.c b/src/empathy-map-view.c
index 83ad3924b..692bdc0f2 100644
--- a/src/empathy-map-view.c
+++ b/src/empathy-map-view.c
@@ -376,6 +376,7 @@ map_view_contacts_foreach (GtkTreeModel *model,
time = g_value_get_int64 (gtime);
date = empathy_time_to_string_relative (time);
label = g_strconcat ("<b>", name, "</b>\n<small>", date, "</small>", NULL);
+ g_free (date);
}
else
{