1.1 --- a/Source/DCMessageContextDisplayPlugin.m Wed Nov 25 22:28:47 2009 -0500
1.2 +++ b/Source/DCMessageContextDisplayPlugin.m Wed Nov 25 22:34:07 2009 -0500
1.3 @@ -359,12 +359,6 @@
1.4 if ([foundMessages count] == *linesLeftToFind) {
1.5 if ([elementStack count]) [elementStack removeAllObjects];
1.6 [parser abortParsing];
1.7 - } else {
1.8 - //We're still looking for more messages in this file.
1.9 - //Pop the current autorelease pool and start a new one.
1.10 - //This frees the most recent tree of autoreleased AIXMLElements.
1.11 - [parsingAutoreleasePool release];
1.12 - parsingAutoreleasePool = [[NSAutoreleasePool alloc] init];
1.13 }
1.14 }
1.15 }