mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-22 03:45:25 +00:00
Monotone-Parent: c20caa2683b07b4d462317997632facb96fcdd72
Monotone-Revision: 8ce20f3e6c9cc1f103737e56f5dd42c49d70277b Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2009-10-13T14:09:04 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
2009-10-13 Wolfgang Sourdeau <wsourdeau@inverse.ca>
|
||||
|
||||
* SoObjects/SOGo/LDAPSource.m (-dealloc): we release the
|
||||
"searchAttributes" ivar, even though LDAPSource instances are
|
||||
never deallocated.
|
||||
|
||||
* SoObjects/Mailer/SOGoMailObject+Draft.m (-contentForEditing):
|
||||
"keys" must be autoreleased to avoid a leak.
|
||||
|
||||
|
||||
@@ -196,6 +196,7 @@ static NSLock *lock;
|
||||
[sourceID release];
|
||||
[modulesConstraints release];
|
||||
[_scope release];
|
||||
[searchAttributes release];
|
||||
[super dealloc];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user