@@ -40,11 +40,10 @@ \ @try { \ code; \ } @catch (exception *e) { \ caught = YES; \ - [e release]; \ } \ \ if (caught) \ [self outputSuccess: test \ inModule: module]; \