@@ -127,14 +127,13 @@ @try { for (OFString *s in mutableSet) [mutableSet removeObject: s]; } @catch (OFEnumerationMutationException *e) { ok = YES; - [e dealloc]; } TEST(@"Detection of mutation during Fast Enumeration", ok); #endif [pool drain]; } @end