mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-20 10:55:25 +00:00
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:
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user