mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-27 07:49:29 +00:00
Monotone-Parent: 94165b609bb149d80e4ea22d3eaa449726ba7e4c
Monotone-Revision: dc704fb10726eca5edd9213a64dd7edc139de7b4 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2011-07-15T18:36:15 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
2011-07-15 Wolfgang Sourdeau <wsourdeau@inverse.ca>
|
||||
|
||||
* OpenChange/MAPIStoreMailMessage.m (-getPrHtml:inMemCtx:): fixed
|
||||
leak.
|
||||
|
||||
* OpenChange/MAPIStoreFolder.m (-createFolder:withRow:andFID:):
|
||||
fixed referencing of resulting folder.
|
||||
(+initialize): fixed initialization of MAPIStoreFAIMessageK.
|
||||
|
||||
@@ -585,6 +585,7 @@ static Class NSExceptionK, MAPIStoreSentItemsFolderK, MAPIStoreDraftsFolderK;
|
||||
content = [[NSData alloc] initWithBytesNoCopy: newBytes
|
||||
length: newMax];;
|
||||
[content autorelease];
|
||||
free(oldBytes);
|
||||
|
||||
partHeaderData
|
||||
= [sogoObject lookupInfoForBodyPart: [key _strippedBodyKey]];
|
||||
|
||||
Reference in New Issue
Block a user