mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-03 20:38:50 +00:00
Monotone-Parent: 586a2e5adebfaf2123f3514dffa057f7f0f0574e
Monotone-Revision: 8dee72c8fdafae92791aa552c3705e9c68f5c59e Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2012-08-16T16:30:58 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -215,6 +215,8 @@ MAPIStoreMappingTDBTraverse (TDB_CONTEXT *ctx, TDB_DATA data1, TDB_DATA data2,
|
||||
NSNumber *idKey;
|
||||
TDB_DATA key, dbuf;
|
||||
|
||||
[oldURL retain];
|
||||
|
||||
allKeys = [reverseMapping allKeys];
|
||||
max = [allKeys count];
|
||||
for (count = 0; count < max; count++)
|
||||
@@ -243,6 +245,8 @@ MAPIStoreMappingTDBTraverse (TDB_CONTEXT *ctx, TDB_DATA data1, TDB_DATA data2,
|
||||
talloc_free (dbuf.dptr);
|
||||
}
|
||||
}
|
||||
|
||||
[oldURL release];
|
||||
}
|
||||
|
||||
- (void) updateID: (uint64_t) idNbr
|
||||
|
||||
Reference in New Issue
Block a user