aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/e-memos.c
diff options
context:
space:
mode:
Diffstat (limited to 'calendar/gui/e-memos.c')
-rw-r--r--calendar/gui/e-memos.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/calendar/gui/e-memos.c b/calendar/gui/e-memos.c
index 397e0fd17c..69d1f8db68 100644
--- a/calendar/gui/e-memos.c
+++ b/calendar/gui/e-memos.c
@@ -417,7 +417,9 @@ obtain_list_of_components (gpointer data, gpointer user_data)
const char *source_uid = e_source_peek_uid (source);
*list = g_slist_prepend (*list, g_strdup_printf ("%s\n%s", source_uid, comp_str));
- g_free (comp_str);
+
+ /* do not free this pointer, it owns libical */
+ /* g_free (comp_str); */
}
icalcomponent_free (vcal);