Monotone-Parent: aa4f4dab1e9d7e5e3e3e654a9e43c3a7409de48b

Monotone-Revision: 11b16e47828dac92fd5fc6a0141e90ca854b7b89

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2009-10-10T18:37:10
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2009-10-10 18:37:10 +00:00
parent e2a0f14c04
commit 95b4763d92
4 changed files with 17 additions and 3 deletions
+10
View File
@@ -1,5 +1,15 @@
2009-10-10 Wolfgang Sourdeau <wsourdeau@inverse.ca>
* UI/MailPartViewers/UIxMailPartICalActions.m (-_emailEvent):
"eventString" is now released to avoid a leak.
* UI/MailPartViewers/UIxMailPartHTMLViewer.m (-dealloc): ignoreTag
is released, to avoid a leak if the HTML content was not compliant.
* UI/Contacts/UIxListView.m (-checkListReferences): the copy of
"card" must be released once put in the "invalid" array, in order
to avoid a leak.
* Main/SOGo.m (-init): released "rm" when no longer needed.
(-dispatchRequest:): simplified leak catching code.