From 818de74e5e453bebf7e3fac7c81207774c2a236e Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Fri, 20 Mar 2009 17:43:52 +0000 Subject: [PATCH] Monotone-Parent: ef58e70b7d00dc34a5d02557365841c574086751 Monotone-Revision: b8dd0da637c01e983924030f920c45d1581a5e95 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2009-03-20T17:43:52 Monotone-Branch: ca.inverse.sogo --- SOPE/GDLContentStore/ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/SOPE/GDLContentStore/ChangeLog b/SOPE/GDLContentStore/ChangeLog index 79a66f65b..7c787ff69 100644 --- a/SOPE/GDLContentStore/ChangeLog +++ b/SOPE/GDLContentStore/ChangeLog @@ -1,3 +1,12 @@ +2009-03-20 Wolfgang Sourdeau + + * GCSChannelManager.m ([GCSChannelManager + -acquireOpenChannelForURL:_url]): if the channel is not open, + assign nil to it so that the calling method doesn't consider it as + valid. This fixes a crash because the channel, already + autoreleased, would be later released again by the caller (through + releaseChannel:). + 2009-03-17 Wolfgang Sourdeau * GCSFolder.m ([GCSFolder