Monotone-Parent: cf5dbcfeb54d6ec004ff08361ffb854966336b90

Monotone-Revision: 454eba06ab9f1fc198036d0eab58db1a689f60ed

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2011-01-12T00:07:05
Monotone-Branch: ca.inverse.sogo
maint-2.0.2
Wolfgang Sourdeau 2011-01-12 00:07:05 +00:00
parent 8785f4e7b8
commit 60ace1381c
2 changed files with 7 additions and 0 deletions

View File

@ -6,6 +6,9 @@
2011-01-11 Wolfgang Sourdeau <wsourdeau@inverse.ca>
* OpenChange/MAPIStoreTable.m (-cleanupCaches): remove lastChild
from cache too.
* OpenChange/MAPIStoreTasksMessageTable.m
(-getChildProperty:forKey:withTag:): fixed typo affecting
PidLidTaskStatus.

View File

@ -339,6 +339,10 @@ static Class NSDataK, NSStringK;
cachedRestrictedKeys = nil;
[cachedKeys release];
cachedKeys = nil;
[lastChildKey release];
lastChildKey = nil;
[lastChild release];
lastChild = nil;
}
- (id) lookupChild: (NSString *) childKey