diff -r 18436bb84bfe -r 6d8f1c76756d cocoaTouch/SplitViewRootController.m --- 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];