aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkarl-qdh <karl@qdh.org.uk>2011-02-16 15:21:05 +0000
committerkarl-qdh <karl@qdh.org.uk>2011-02-16 15:21:05 +0000
commitfafc296c3f87a4fbfd4576aa23f26de53f90d4a0 (patch)
treefb897ce8859c142044a15f0f8bbb0dacd87d5049
parent942fb6b5ea7f36b7f9738fc8f1e2447ad915d1cb (diff)
downloadayatana-indicator-datetime-fafc296c3f87a4fbfd4576aa23f26de53f90d4a0.tar.gz
ayatana-indicator-datetime-fafc296c3f87a4fbfd4576aa23f26de53f90d4a0.tar.bz2
ayatana-indicator-datetime-fafc296c3f87a4fbfd4576aa23f26de53f90d4a0.zip
Missing g_error_free
-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;
}