Index: src/libical/icalproperty.c =================================================================== --- src/libical/icalproperty.c (revision 887) +++ src/libical/icalproperty.c (working copy) @@ -501,7 +501,7 @@ icalproperty_as_ical_string_r(icalproper char *str = icalvalue_as_ical_string_r(value); icalerror_assert((str !=0),"Could not get string representation of a value"); icalmemory_append_string(&buf, &buf_ptr, &buf_size, str); - free(str); + /*free(str);*/ } else { icalmemory_append_string(&buf, &buf_ptr, &buf_size,"ERROR: No Value");