aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkarl-qdh <karl@qdh.org.uk>2011-02-16 16:44:08 +0000
committerkarl-qdh <karl@qdh.org.uk>2011-02-16 16:44:08 +0000
commitd4584e52d361870001667964ba4755395538249e (patch)
tree232a99b84047b85e95f49d129c982ca0e831d6fe
parentf6fa7241fd63bbbd451b57233f2f35a9525d5b36 (diff)
downloadayatana-indicator-datetime-d4584e52d361870001667964ba4755395538249e.tar.gz
ayatana-indicator-datetime-d4584e52d361870001667964ba4755395538249e.tar.bz2
ayatana-indicator-datetime-d4584e52d361870001667964ba4755395538249e.zip
Another probable cause of a segfault
-rw-r--r--src/datetime-service.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/datetime-service.c b/src/datetime-service.c
index 9a74af2..2c0e34b 100644
--- a/src/datetime-service.c
+++ b/src/datetime-service.c
@@ -574,7 +574,7 @@ update_appointment_menu_items (gpointer user_data) {
allobjects = objects;
} else if (objects != NULL) {
allobjects = g_list_concat(allobjects, objects);
- e_cal_free_object_list(objects);
+ g_object_unref(objects);
}
}
}