Skip to content

Commit

Permalink
Crash fixer
Browse files Browse the repository at this point in the history
  • Loading branch information
stevestreza authored and alexrepty committed Mar 19, 2010
1 parent 09e721d commit 6835860
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion MGTwitterMiscYAJLParser.m
Expand Up @@ -41,7 +41,10 @@ - (void)endDictionary

[self _parsedObject:_results];

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

[_results release];
_results = nil;

Expand Down

0 comments on commit 6835860

Please sign in to comment.