diff -r e5403e2bf02c -r 37ac593e9027 cocoaTouch/SingleTeamViewController.m --- a/cocoaTouch/SingleTeamViewController.m Thu Apr 22 17:43:12 2010 +0000 +++ b/cocoaTouch/SingleTeamViewController.m Sun Apr 25 02:30:42 2010 +0000 @@ -342,7 +342,7 @@ -(void) tableView:(UITableView *)aTableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath { NSInteger row = [indexPath row]; NSInteger section = [indexPath section]; - UITableViewController *nextController; + UITableViewController *nextController = nil; UITableViewCell *cell; if (2 == section) {