Monotone-Parent: 9ecd395b491a71e267b8a655b26e49e1a20d8655

Monotone-Revision: 9a2499685fbc7c107c6a8a04f34c7435343e64f4

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2011-08-12T16:11:49
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2011-08-12 16:11:49 +00:00
parent 2abdcf5936
commit 90b11f541e
4 changed files with 36 additions and 2 deletions
+6 -2
View File
@@ -325,8 +325,6 @@ static Class NSDataK, NSStringK;
[self logWithFormat: @"-dealloc"];
if (columns)
NSZoneFree (NULL, columns);
if (container)
[[MAPIStoreActiveTables activeTables] unregisterTable: self];
[currentChild release];
[childKeys release];
[restrictedChildKeys release];
@@ -350,6 +348,12 @@ static Class NSDataK, NSStringK;
handleId = newHandleId;
}
- (void) destroyHandle: (uint32_t) tableHandleId
{
if (handleId == tableHandleId)
[[MAPIStoreActiveTables activeTables] unregisterTable: self];
}
- (void) cleanupCaches
{
[restrictedChildKeys release];