From 78db1a24e1c5c8f469f6554f72246f9718ca65b4 Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Fri, 13 Jun 2008 21:43:09 +0000 Subject: [PATCH] Monotone-Parent: f0272356b5859dc15924f19ef79e1a13b9e71f8f Monotone-Revision: a470eada3340db32324b41d7a4a5c5bf475c5f88 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2008-06-13T21:43:09 Monotone-Branch: ca.inverse.sogo --- SoObjects/Appointments/SOGoAppointmentFolder.m | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/SoObjects/Appointments/SOGoAppointmentFolder.m b/SoObjects/Appointments/SOGoAppointmentFolder.m index f804534a1..356e3bd00 100644 --- a/SoObjects/Appointments/SOGoAppointmentFolder.m +++ b/SoObjects/Appointments/SOGoAppointmentFolder.m @@ -920,7 +920,7 @@ _selectorForProperty (NSString *property) SEL methodSel; #warning things may crash here... - values = malloc(sizeof (NSMutableString *) * 100); + values = malloc (sizeof (NSMutableString *) * 100); // NSLog (@"_properties:ofObject:: %@", [NSDate date]); @@ -950,6 +950,8 @@ _selectorForProperty (NSString *property) } *currentValue = nil; } + else + *values = nil; // NSLog (@"/_properties:ofObject:: %@", [NSDate date]);