changeset 3312 | 6d8f1c76756d |
parent 3308 | b6dcae4b6d2c |
child 3321 | 988e39ef3c20 |
--- a/cocoaTouch/SplitViewRootController.m Tue Apr 06 14:32:26 2010 +0000 +++ b/cocoaTouch/SplitViewRootController.m Tue Apr 06 18:14:15 2010 +0000 @@ -55,6 +55,7 @@ } else { detailedNavController = [[UINavigationController alloc] initWithRootViewController:detailViewController]; [self.view addSubview:detailedNavController.view]; + // TODO: we are leaking here!!! } [super viewDidLoad];