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