aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-pilot-map.c
diff options
context:
space:
mode:
Diffstat (limited to 'e-util/e-pilot-map.c')
-rw-r--r--e-util/e-pilot-map.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/e-util/e-pilot-map.c b/e-util/e-pilot-map.c
index 54552b4dca..fb978b08ec 100644
--- a/e-util/e-pilot-map.c
+++ b/e-util/e-pilot-map.c
@@ -49,6 +49,7 @@ map_set_node_timet (xmlNodePtr node, const char *name, time_t t)
tstring = g_strdup_printf ("%ld", t);
xmlSetProp (node, name, tstring);
+ g_free (tstring);
}
static void