diff -r 113cb9345be1 -r f8d5ac50e307 project_files/HedgewarsMobile/Classes/SingleTeamViewController.m --- a/project_files/HedgewarsMobile/Classes/SingleTeamViewController.m Mon Jul 19 23:38:18 2010 +0400 +++ b/project_files/HedgewarsMobile/Classes/SingleTeamViewController.m Tue Jul 20 03:14:43 2010 +0200 @@ -378,6 +378,7 @@ nextController.title = [secondaryItems objectAtIndex:row]; [nextController setTeamDictionary:teamDictionary]; [self.navigationController pushViewController:nextController animated:YES]; + [nextController release]; } else { cell = [aTableView cellForRowAtIndexPath:indexPath]; for (UIView *oneView in cell.contentView.subviews) {