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