diff --git a/SoObjects/Appointments/SOGoAppointmentFolder.m b/SoObjects/Appointments/SOGoAppointmentFolder.m index bb9885a0f..07ead8ff8 100644 --- a/SoObjects/Appointments/SOGoAppointmentFolder.m +++ b/SoObjects/Appointments/SOGoAppointmentFolder.m @@ -3206,6 +3206,7 @@ firstInstanceCalendarDateRange: (NGCalendarDateRange *) fir if (calendar) { components = [[calendar events] mutableCopy]; + [components autorelease]; [components addObjectsFromArray: [calendar todos]]; [components addObjectsFromArray: [calendar journals]]; [components addObjectsFromArray: [calendar freeBusys]];