From 004ea35949a0ec4223a5c81d96073db2347816d0 Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Fri, 23 Oct 2009 21:12:56 +0000 Subject: [PATCH] Monotone-Parent: 760d573fee6952b29d9ca4af9a156792105a962b Monotone-Revision: eeae79c5816e9c12b07d69ba81d361d553859728 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2009-10-23T21:12:56 Monotone-Branch: ca.inverse.sogo --- ChangeLog | 1 - SoObjects/Contacts/SOGoContactSourceFolder.m | 1 - 2 files changed, 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index f93cd2b65..1b7b90a41 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,7 +3,6 @@ * 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. diff --git a/SoObjects/Contacts/SOGoContactSourceFolder.m b/SoObjects/Contacts/SOGoContactSourceFolder.m index f90de406f..83fa114e2 100644 --- a/SoObjects/Contacts/SOGoContactSourceFolder.m +++ b/SoObjects/Contacts/SOGoContactSourceFolder.m @@ -136,7 +136,6 @@ { [entries release]; [source release]; - [displayName release]; [super dealloc]; }