project_files/HedgewarsMobile/Classes/SingleTeamViewController.m
changeset 3659 f8d5ac50e307
parent 3574 78fc6e61570b
child 3660 bc125bea5849
--- 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) {