diff --git a/Source/NSGArray.m b/Source/NSGArray.m index d195b3045..7c56c858b 100644 --- a/Source/NSGArray.m +++ b/Source/NSGArray.m @@ -423,7 +423,7 @@ static SEL eqSel = @selector(isEqual:); { unsigned index = _count; - if (index > 0) + if (index > 0 && anObject) { BOOL (*imp)(id,SEL,id);