From 345dc875fe9f1604d672785f5d06d230582083f7 Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Fri, 9 Feb 2007 22:46:18 +0000 Subject: [PATCH] Monotone-Parent: 543147b39bffc7d4ded9dce3165dc1f76c274f14 Monotone-Revision: c804a1198c93f3d488e8064b304342c423eeb82b Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-02-09T22:46:18 Monotone-Branch: ca.inverse.sogo --- ChangeLog | 4 ++++ SoObjects/Contacts/SOGoContactFolders.m | 1 + 2 files changed, 5 insertions(+) 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]]; }