diff --git a/SOPE/GDLContentStore/GCSChannelManager.m b/SOPE/GDLContentStore/GCSChannelManager.m index 4bf881add..1c51def65 100644 --- a/SOPE/GDLContentStore/GCSChannelManager.m +++ b/SOPE/GDLContentStore/GCSChannelManager.m @@ -26,6 +26,7 @@ #import #import #import +#import #import #import @@ -361,8 +362,11 @@ static NSTimeInterval ChannelCollectionTimer = 5 * 60; [handle release]; } else - [self errorWithFormat: @"could not open channel %@ for URL: %@", - channel, [_url absoluteString]]; + { + [self errorWithFormat: @"could not open channel %@ for URL: %@", + channel, [_url absoluteString]]; + channel = nil; + } } } #if defined(THREADSAFE)