mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-19 02:15:36 +00:00
Monotone-Parent: 2d5e6477bc1967b51bbbe812372dc78cb0f8f69f
Monotone-Revision: c40c5c6ccb865a2765307f1e9a53f079e5486bb4 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2011-07-29T14:31:47 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -289,6 +289,9 @@ static Class NSDataK, NSStringK;
|
||||
restriction = nil;
|
||||
restrictionState = MAPIRestrictionStateAlwaysTrue;
|
||||
sortOrderings = nil;
|
||||
|
||||
columns = NULL;
|
||||
columnsCount = 0;
|
||||
}
|
||||
|
||||
return self;
|
||||
@@ -320,6 +323,8 @@ static Class NSDataK, NSStringK;
|
||||
- (void) dealloc
|
||||
{
|
||||
[self logWithFormat: @"-dealloc"];
|
||||
if (columns)
|
||||
NSZoneFree (NULL, columns);
|
||||
if (container)
|
||||
[[MAPIStoreActiveTables activeTables] unregisterTable: self];
|
||||
[currentChild release];
|
||||
|
||||
Reference in New Issue
Block a user