diff -r 275af46392bd -r b6dcae4b6d2c cocoaTouch/SplitViewRootController.m --- a/cocoaTouch/SplitViewRootController.m Mon Apr 05 17:22:54 2010 +0000 +++ b/cocoaTouch/SplitViewRootController.m Tue Apr 06 02:39:06 2010 +0000 @@ -55,7 +55,6 @@ } else { detailedNavController = [[UINavigationController alloc] initWithRootViewController:detailViewController]; [self.view addSubview:detailedNavController.view]; - //[detailedNavController release]; } [super viewDidLoad];