From 41bbbfacd9a63d7de53273a05a4f119ebda302ba Mon Sep 17 00:00:00 2001 From: Ludovic Marcotte Date: Tue, 13 Oct 2020 10:53:46 -0400 Subject: [PATCH] fix(core): release alarm folder's channel immediately after being used --- SOPE/GDLContentStore/GCSAlarmsFolder.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SOPE/GDLContentStore/GCSAlarmsFolder.m b/SOPE/GDLContentStore/GCSAlarmsFolder.m index 6c05dd5d4..811477031 100644 --- a/SOPE/GDLContentStore/GCSAlarmsFolder.m +++ b/SOPE/GDLContentStore/GCSAlarmsFolder.m @@ -163,7 +163,7 @@ static NSString *alarmsFolderURLString = nil; - (void) _releaseChannel: (EOAdaptorChannel *) _channel { - [[self _channelManager] releaseChannel:_channel]; + [[self _channelManager] releaseChannel:_channel immediately: YES]; } - (BOOL) canConnectStore