Monotone-Parent: 991fcab97beb9fd908675007805ffd9ce421800e

Monotone-Revision: 760d573fee6952b29d9ca4af9a156792105a962b

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2009-10-23T21:10:42
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2009-10-23 21:10:42 +00:00
parent 6e973a44b2
commit 5b53a774b4
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -3,6 +3,7 @@
* SoObjects/Contacts/SOGoContactSourceFolder.m
(-initWithName:andDisplayName:inContainer:): use the source name
when the displayname is nil.
(-dealloc): we release the display name to avoid a leak.
* SoObjects/SOGo/SOGoUserManager.m (_registerSource:): added
sanity checks and warnings to the user.
@@ -136,6 +136,7 @@
{
[entries release];
[source release];
[displayName release];
[super dealloc];
}