diff --git a/ChangeLog b/ChangeLog index 2c0db8996..bab0b29e9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2007-02-09 Wolfgang Sourdeau + * SoObjects/Contacts/SOGoContactFolders.m ([SOGoContactFolders + -appendPersonalSourcesInContext:context]): release connectoin + channel when everything is done. + * UI/Contacts/UIxContactFoldersView.m ([UIxContactFoldersView -newAbAction]): new action method to crate a new contact folder from the web UI. diff --git a/SoObjects/Contacts/SOGoContactFolders.m b/SoObjects/Contacts/SOGoContactFolders.m index 1ac25ca1c..4e57d72d5 100644 --- a/SoObjects/Contacts/SOGoContactFolders.m +++ b/SoObjects/Contacts/SOGoContactFolders.m @@ -106,6 +106,7 @@ row = [fc fetchAttributes: attrs withZone: NULL]; } + [cm releaseChannel: fc]; // sql = [sql stringByAppendingFormat:@" WHERE %@ = '%@'", // uidColumnName, [self uid]]; }