From aeb712083a1bbb77d4b2483a3301aa73240e4e1e Mon Sep 17 00:00:00 2001 From: Francis Lachapelle Date: Thu, 6 Feb 2014 14:37:43 -0500 Subject: [PATCH] Fix static array retain --- SoObjects/Appointments/SOGoAppointmentFolder.m | 1 + 1 file changed, 1 insertion(+) diff --git a/SoObjects/Appointments/SOGoAppointmentFolder.m b/SoObjects/Appointments/SOGoAppointmentFolder.m index a98d7dd78..8552ae72f 100644 --- a/SoObjects/Appointments/SOGoAppointmentFolder.m +++ b/SoObjects/Appointments/SOGoAppointmentFolder.m @@ -3173,6 +3173,7 @@ firstInstanceCalendarDateRange: (NGCalendarDateRange *) fir [NSArray arrayWithObject: SOGoRole_ObjectCreator], [NSArray arrayWithObject: SOGoRole_ObjectEraser], nil]; + [rolesClassifications retain]; } // When a user is a member of many groups for which there are access rights, multiple access rights // can be returned for each classification. In this case, we only keep the highest access right.