Skip to content

Commit

Permalink
Crash fixer
Browse files Browse the repository at this point in the history
  • Loading branch information
stevestreza committed Mar 16, 2010
1 parent 47cf79d commit b857f64
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion MGTwitterMiscYAJLParser.m
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -41,7 +41,10 @@ - (void)endDictionary


[self _parsedObject:_results]; [self _parsedObject:_results];


[parsedObjects addObject:_results]; if(_results){
[parsedObjects addObject:_results];
}

[_results release]; [_results release];
_results = nil; _results = nil;


Expand Down

0 comments on commit b857f64

Please sign in to comment.