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
+3
View File
@@ -1,5 +1,8 @@
2012-02-01 Wolfgang Sourdeau <wsourdeau@inverse.ca>
* OpenChange/MAPIStoreTable.m (-destroyHandle:): skih operation if
the handle parameter is 0.
* OpenChange/SOGoMAPIFSMessage.m (-delete): returns the exception
rather than raising it.
+1 -1
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];
}