Monotone-Parent: 401881ecc26daa2ed137a36540462655a8e4504c

Monotone-Revision: c19f9b62fb1cd88301e4921d8d23bb5b5169fb45

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2012-01-12T03:45:04
Monotone-Branch: ca.inverse.sogo
maint-2.0.2
Wolfgang Sourdeau 2012-01-12 03:45:04 +00:00
parent 124d237f2d
commit 74a4c00daa
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2012-01-11 Wolfgang Sourdeau <wsourdeau@inverse.ca>
* OpenChange/MAPIStoreGCSMessageTable.m
(_fixedDatePropertyRestriction:inMemCtx:): attached the result to
the memCtx passed as parameter to avoid a leak.
2012-01-10 Wolfgang Sourdeau <wsourdeau@inverse.ca>
* SoObjects/Appointments/SOGoAppointmentObject.m

View File

@ -58,7 +58,7 @@
NSCalendarDate *dateValue;
int32_t longDate;
translatedRes = talloc (NULL, struct mapi_SPropertyRestriction);
translatedRes = talloc (memCtx, struct mapi_SPropertyRestriction);
translatedRes->ulPropTag = (res->ulPropTag & 0xffff0000) | PT_LONG;
translatedRes->relop = res->relop;
dateValue = NSObjectFromMAPISPropValue (&res->lpProp);