mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-04 21:08:51 +00:00
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:
@@ -351,7 +351,7 @@ static Class NSDataK, NSStringK;
|
||||
|
||||
- (void) destroyHandle: (uint32_t) tableHandleId
|
||||
{
|
||||
if (handleId == tableHandleId)
|
||||
if (tableHandleId && (handleId == tableHandleId))
|
||||
[[MAPIStoreActiveTables activeTables] unregisterTable: self];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user