aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/corba-cal.c
diff options
context:
space:
mode:
Diffstat (limited to 'calendar/corba-cal.c')
-rw-r--r--calendar/corba-cal.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/corba-cal.c b/calendar/corba-cal.c
index e21ea29f6a..49978a5bf1 100644
--- a/calendar/corba-cal.c
+++ b/calendar/corba-cal.c
@@ -219,7 +219,7 @@ cal_repo_get_objects (PortableServer_Servant servant,
}
str = calendar_get_as_vcal_string (dirty_cal);
res = CORBA_string_dup (str);
- g_free (str);
+ /* g_free (str); glib with memcheck enabled says this is already freed */
calendar_destroy (dirty_cal);
g_message("added %d items to return value",items_dbg);