aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 6fef16d..1d09d15 100644
--- a/src/datetime-service.c
+++ b/src/datetime-service.c
@@ -518,6 +518,7 @@ update_appointment_menu_items (gpointer user_data) {
if (!e_cal_open(ecal, FALSE, &gerror)) {
g_debug("Failed to get ecal sources %s", gerror->message);
+ g_error_free(gerror);
continue;
}