Monotone-Parent: 4fa44f713c3899d8e5db6b47ffb8672ce37547d5

Monotone-Revision: f3b827c36d50cd87aed46a81e25ef2e3cc3a7e58

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2009-06-30T21:34:17
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2009-06-30 21:34:17 +00:00
parent ffc3f67ff4
commit b5a2244030
2 changed files with 3 additions and 0 deletions
+2
View File
@@ -6,6 +6,8 @@
corresponding fields to "". Also, we make sure those fake fields
are not specified in the SQL query and we ensure all the fields
are only requested once each.
(-davCalendarComponentSet): we need to retain the returned
array to avoid a crash during the next access to the attribute.
2009-06-30 Cyril Robert <crobert@inverse.ca>
@@ -2252,6 +2252,7 @@ firstInstanceCalendarDateRange: (NGCalendarDateRange *) fir
XMLNS_CALDAV,
components)
asWebDAVValue];
[componentSet retain];
}
return componentSet;