aboutsummaryrefslogtreecommitdiff
path: root/src/datetime-service.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/datetime-service.c')
-rw-r--r--src/datetime-service.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/datetime-service.c b/src/datetime-service.c
index 020371f..d80fc18 100644
--- a/src/datetime-service.c
+++ b/src/datetime-service.c
@@ -415,6 +415,7 @@ update_appointment_menu_items (gpointer user_data) {
i++;
}
g_free(ecal); // Really we should do the setup somewhere where we know it'll only run once, right now, we'll do it every time and free it.
+ ecal = NULL;
return TRUE;
}