diff --git a/SOPE/GDLContentStore/GCSFolder.m b/SOPE/GDLContentStore/GCSFolder.m index 8c895785a..68ba9bbed 100644 --- a/SOPE/GDLContentStore/GCSFolder.m +++ b/SOPE/GDLContentStore/GCSFolder.m @@ -1021,6 +1021,7 @@ andAttribute: (EOAttribute *)_attribute NSInvocation *anInvocation; SEL aSelector; + quickRow = nil; aSelector = @selector(quickRecordFromContent:container:nameInContainer:); aSignature = [[theComponent class] instanceMethodSignatureForSelector: aSelector]; anInvocation = [NSInvocation invocationWithMethodSignature:aSignature];