Source/DCMessageContextDisplayPlugin.m
changeset 2821 fa988de96a94
parent 2820 37f86ef91f64
child 2822 2a385da3eace
     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  }