Monotone-Parent: 5ac32e0bdcbade2a73e1d7ae56eef8485e68a6bb

Monotone-Revision: 5acda2afec59d0f39574d366491c5ae9f40fa3de

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2012-02-02T01:49:39
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2012-02-02 01:49:39 +00:00
parent b1cf68c837
commit e149946f3b
2 changed files with 4 additions and 1 deletions

View File

@@ -351,7 +351,7 @@ static Class NSDataK, NSStringK;
- (void) destroyHandle: (uint32_t) tableHandleId
{
if (handleId == tableHandleId)
if (tableHandleId && (handleId == tableHandleId))
[[MAPIStoreActiveTables activeTables] unregisterTable: self];
}